taocpp-sequences 2.0.0
- Generalized
exclusive_scan
andinclusive_scan
. - Split
fold
intoaccumulate
andreduce
. - Added
first
,reverse
,prod
,partial_prod
,multiplies
,difference
, andsort
. - Improved compile-times for
at_index
. - Added
make_index_of_sequence
,permutate
, andsort_index
to contrib (unofficial).