Module index

Module index 

Source
🔬This is a nightly-only experimental API. (sliceindex_wrappers #146179)
Expand description

Helper types for indexing slices.

Structs§

ClampExperimental
Clamps an index, guaranteeing that it will only access valid elements of the slice.
LastExperimental
Always accesses the last element of the slice.