Template:cpp/algorithm/dsc exclusive scan
From cppreference.com
|- class="t-dsc"
|(C++17)
| similar to std::partial_sum, excludes the ith input element from the ith sum
(function template)
|-