Module holochain_types::combinators

source ·
Expand description

Combinator functions, for more easeful functional programming

Functions§

  • Return the first element of a 2-tuple
  • Return the first element of a 2-tuple ref
  • Map an iterator into a vec of a new type
  • Return the second element of a 2-tuple
  • Return the second element of a 2-tuple ref
  • Swap the two items in 2-tuple