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.

Example codegen

See crate::_doc_assembly::checked_simple()

Functions