Pick: Difference between revisions

Jump to navigation Jump to search
79 bytes removed ,  10:02, 9 June 2020
no edit summary
No edit summary
Line 1: Line 1:
{{Built-in|Pick|⊃}} is a [[dyadic]] [[primitive function]] which performs deep [[indexing]] on a possibly [[nested array]]. Pick allows to extract a value through multiple layers of nesting in a single function application. Pick shares the [[glyph]] <source lang=apl inline>⊃</source> with [[First]] or [[Mix]] depending on the dialect.
{{Built-in|Pick|⊃}} is a [[dyadic]] [[primitive function]] which performs deep [[indexing]] on a possibly [[nested array]]. Pick allows to extract a value through multiple layers of nesting in a single function application. Pick uses the [[Right Shoe]] glyph.


== Examples ==
== Examples ==

Navigation menu