- _foldLeftImplauto  _foldLeftImpl(Accumulator acc, Ts ts) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- breadthFirstFlatMapauto  breadthFirstFlatMap(Ts ts) 
- higher order function for mapping via breadth-fisrt search 
- breadthFirstFoldLeftauto  breadthFirstFoldLeft(Accumulator acc, Ts ts) 
- higher order function for fold left via breadth-fisrt search 
- ctFilterauto  ctFilter(Ts ts) 
- static filter using template arg 
- ctMapauto  ctMap(Ts ts) 
- depthFirstFlatMapauto  depthFirstFlatMap(Ts ts) 
- higher order function for mapping via depth-fisrt search 
- depthFirstFoldLeftauto  depthFirstFoldLeft(Accumulator acc, Ts ts) 
- higher order function for reduction from left via depth-fisrt search 
- fvoid f(int x) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fvoid f(int x, int y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fvoid f(int x, int y, double z) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- flattenauto  flatten(Ts ts) 
- flatten nested tuple into 1-d tuple with copies of elements 
- foldLeftauto  foldLeft(Accumulator acc, Ts ts) 
- simple fold left over tuples 
- mapauto  map(Ts ts) 
- ptrsauto  ptrs(Ts ts) 
- flatten nested tuple into 1-d tuple with pointers of elements 
- unzipauto  unzip(Z zipped)