@technobuddha > library > Array
Operations
| Name | Type | Description |
|---|---|---|
| collapse | Function | Collapses an array of values into a flat array with null and undefined elements removed. |
| Collapsible | Type | Represents a value that can be "collapsed" into a flat sequence of values of type T. |
| CollapsiblePrimitive | Type | Represents a primitive type that excludes null and undefined. |
| CollapsibleValue | Type | A CollapsibleValue<T> |
| conjoin | Function | Create a list from an array, separating values and inserting a conjunction |
| ConjoinOptions | Type | Options for creating a coordinated list with conjoin |
| zipperMerge | Function | Merges multiple arrays into a single array by interleaving their elements at each index. |