# Constants
MaxRollingWindow is a rolling window that keeps the max value over the duration.
MinRollingWindow is a rolling window that keeps the min value over the duration.
# Type aliases
Option is a function that configures a Window.
RollingWindowType is the type of rolling window.