return to top
source
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being closed.
α
β
The type of the resulting slices is γ.
γ
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-closed right-open.
The type of resulting the slices is γ.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-closed right-unbounded.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-open right-closed.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being open.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-open right-unbounded.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-unbounded right-closed.
This typeclass indicates how to obtain slices of elements of α over ranges in the index type β, the ranges being left-unbounded right-open.
This typeclass indicates how to obtain slices of elements of α over the full range in the index type β.