x86_64 icon indicating copy to clipboard operation
x86_64 copied to clipboard

Make `PageRange` a trait for `core::ops::Range<Page>`

Open ChocolateLoverRaj opened this issue 11 months ago • 0 comments

This has the advantage of getting all the functions of the standard Range and still having specific functions for a range of pages.

Also the Debug with the start..end that core has looks better imo than debug_struct

I can make a PR for this.

ChocolateLoverRaj avatar Nov 28 '24 00:11 ChocolateLoverRaj