x86_64
x86_64 copied to clipboard
Make `PageRange` a trait for `core::ops::Range<Page>`
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.