Index Of: Difference between revisions

Jump to navigation Jump to search
150 bytes added ,  05:34, 19 October 2020
no edit summary
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
No edit summary
Line 1: Line 1:
:''This page is about lookups. See [[Indexing]], [[Indices]], [[Index Generator]], and [[Interval Index]] for other operations named after indices.''
{{Built-in|Index Of|⍳}} is a [[dyadic]] [[primitive function]] which returns an array of [[index|indices]] where each item in the right [[argument]] appears in the left argument. If some item is not found, the corresponding index returned is one higher than the last index of the left argument. Index Of shares its [[glyph]] <source lang=apl inline>⍳</source> with the monadic primitive function [[Index Generator]].
{{Built-in|Index Of|⍳}} is a [[dyadic]] [[primitive function]] which returns an array of [[index|indices]] where each item in the right [[argument]] appears in the left argument. If some item is not found, the corresponding index returned is one higher than the last index of the left argument. Index Of shares its [[glyph]] <source lang=apl inline>⍳</source> with the monadic primitive function [[Index Generator]].


Navigation menu