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