flatten-as ( obj exemplar -- seq )


Vocabulary
sequences.deep

Inputs
objan object
exemplara sequence


Outputs
seqa sequence


Word description
Creates a sequence (of the same type as exemplar) of all of the leaf nodes (non-sequence nodes, but including strings and numbers) in the object.

Definition