elipdotter::indexStruct Alphanumeral
source pub struct Alphanumeral<T: ?Sized> { }
Expand description
Wrapper for representing T
as only containing alphanumeric characters.
The Eq
and Ord
implementations discard any eventual non-alphanumeric characters.
Can with benefits be used with StrPtr
.