Module collections::range [] [src]

Unstable

: was just added

Range syntax.

Traits

RangeArgument [Unstable]

RangeArgument is implemented by Rust's built-in range types, produced by range syntax like ..`..,`, a..`a..,`, ..b`..bor` or c..d`c..d`.