Planned⍉
Inverted Table r←⍉d
This primitive or feature is planned, that is, it doesn't appear in the most recent released implementation of TinyAPL. Details may change before it is added!
r
is the inverted table constructed from dictionary d
, i.e. a two-element nested vector containing a vector of the keys of d
and a vector of the values of d
.