Module flowstdlib::data

source ·
Expand description

Some generic processes that act on data. functions for generic operations on data

Data (//flowstdlib/data)

Modules

  • A module that implements accumulating an array from a number of elements
  • A module that implements String concatenation
  • A module that counts data passed thru it
  • A module that duplicates objects into an array of them
  • A module that enumerates entries of an array
  • A module with a function to get info about a Value
  • A module that splits a String into an array of strings
  • A module that removes elements from an array
  • A module with a function to sort values into an ordered array of numbers
  • A module that splits a String into an array of strings
  • A module that zips two sets of data into a set of tuples of data