# Packages
No description provided by the author
# Functions
Range returns a specific slice for range iteration on another slice.
ReduceInts wraps sequence of integers to perform aggregate operations above it.
Simple returns an empty slice with the specified size.
# Interfaces
Reducer defines behavior of a generic reducer above a numeric sequence.