Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 260 Bytes

find_index.md

File metadata and controls

13 lines (8 loc) · 260 Bytes

[Find Index operator](@id operator_find_index)

find_index

Description

It's like find, but emits the index of the found value, not the value itself.

See also

[Operators](@ref what_are_operators), [take](@ref operator_take)