Data Structure Primitives
Help Contents
Data Structure Primitives
Data Structure Primitives
...are functions to construct data out of one or more inputs (constructors),
functions which output the input data in a rearranged order (rearrangers),
functions which select subranges of the input data (selectors),
functions which change the data itself (mutators),
functions asking for boolean properties of the input data (predicates),
and functions asking for non-boolean properties of the input data (queries).
Data Structure Primitives
Example:
Reference: