Expand description
Some generic processes that act on data. functions for generic operations on data
§Data (//flowstdlib/data)
Modules§
- accumulate
- A module that implements accumulating an array from a number of elements
- append
- A module that implements String concatenation
- count
- A module that counts data passed thru it
- duplicate
- A module that duplicates objects into an array of them
- enumerate
- A module that enumerates entries of an array
- info
- A module with a function to get info about a Value
- ordered_
split - A module that splits a String into an array of strings
- remove
- A module that removes elements from an array
- sort
- A module with a function to sort values into an ordered array of numbers
- split
- A module that splits a String into an array of strings
- zip
- A module that zips two sets of data into a set of tuples of data