exclusive_scan_sum
function exclusive_scan_sum(x:Real[_]) -> Real[_]
Exclusive prefix sum of a vector.
function exclusive_scan_sum(x:Integer[_]) -> Integer[_]
Exclusive prefix sum of a vector.
function exclusive_scan_sum(x:Boolean[_]) -> Boolean[_]
Exclusive prefix sum of a vector.