subspace icon indicating copy to clipboard operation
subspace copied to clipboard

sus::ops::range_to(3_u32) isn't usable in places that need RangeBounds<usize>

Open danakj opened this issue 10 months ago • 0 comments

Since u32 can convert to usize, this should work, but it currently does not. We should try adjust RangeBounds to make it work.

danakj avatar Aug 23 '23 06:08 danakj