blob: 22afe7afbfd2fcc3ee3b2a19aae69435c48e98ae (
plain) (
blame)
1
2
3
4
5
|
Many applications require that a large set of results be broken down
into a smaller set of 'windows', or 'pages' in web language.
Array::Window implements an algorithm specifically for dealing with
these windows. It is very flexible and permissive, making adjustments
to the window as needed.
|