Crate ati

Source
Expand description

Ergonomic indexing of standard collections using at method.

Traitsยง

At
At trait The At<V,T> trait allows an ordered collection containing type V to be indexed by type T. If T is negative, then the collection is indexed in reverse.