[][src]Crate tousize

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.