Modules§
Structs§
- A (half-open) range bounded inclusively below and exclusively above (
start..end
).
Traits§
- Used for indexing operations (
container[index]
) in immutable contexts. - Used for indexing operations (
container[index]
) in mutable contexts.