pub type PageIter1G<A> = PageIter<PAGE_SIZE_1G, A>;
1GB page iterator type alias
Wraps the PageIter struct with a fixed page size of PAGE_SIZE_1G
PageIter
PAGE_SIZE_1G
struct PageIter1G<A> { /* private fields */ }