Crate tousize

Source
Expand description

A helper trait to convert values to usize.

This is most useful for code that works with array indices. The trait allows to pass anything into the function that can be resolved to a usize.

Traitsยง

ToUsize
A trait used to convert a type into a usize.