Useful functions
The Algo
namespace contains a number of useful helpers:
Algo::Transform
allows going fromTArray<A>
toTArray<B>
likeArray.map
in many languagesAlgo::Accumulate
is areduce
operationAlgo::AllOf
allows checking if all values in an array pass a boolean check- etc.