a-range icon indicating copy to clipboard operation
a-range copied to clipboard

Add docs with non-integer index types

Open killercup opened this issue 7 years ago • 0 comments

Either the crate-level or the Range docs should describe how to write a custom type that can be used as an index. (This will require you to impl num_traits::One for the custom type, for example.)

killercup avatar Oct 18 '18 12:10 killercup