Module index_many::simple[][src]

Expand description

A simple variant of the API, that expects an array of [usize; N] indices.

The array has to be sorted, and each element unique. This ensures that only N comparisons are needed at runtime to verify the indices are in bounds.

Functions

get_many
get_many_mut
index_many
index_many_mut
index_many_mut_unchecked
index_many_unchecked