Std.App.Page.select
1 declaration
fn
select: &Array[T] -> fn(T) -> Str -> &Std.App.Page.Request -> Std.App.Page.Page[T]The page of items a request selects.
items must be ordered by keyOf ascending with unique keys. Items whose key is not after the cursor's are skipped, so a page stays stable when earlier items are inserted or removed between requests.
