export function page<T>(
    page: number,
    pageLen: number,
    src: Iterable<T>
): IterableIterator<T>;