pub type MinWindow<'a, T> = MinMaxWindow<'a, T, MinPropagateNan>;
struct MinWindow<'a, T> { /* private fields */ }