Changes for version 0.010 - 2024-01-16
- [role PickItems::RandomPos] Handle the case of infinite number of rows (get_item_count() returns -1).
Modules
Roles related to collections
The cmp_items() interface
The find_item() interface
Provides find_item() for iterators
Locating an item by a key
Locating an item by an integer position
The pick_items() interface
Provide pick_items() that picks by iterating all items once
Provide pick_items() that picks items by random positions
Provide pick_items() that picks items by random seeking lines in a (file)handle
The search_items() interface