Static version of std.algorithm.reduce (or fold). Expects that F takes accumulator as first argument and a value as second argument.
See Source File
Subject to the terms of the Boost 1.0 license as specified in LICENSE file
© 2014-2015 Anton Gushcha
Anton Gushcha <ncrashed@gmail.com>
Template folds - extension of std.typecons;