Changes for version 0.009 - 2023-08-26
- [bugfix] roles Collection::PickItems::{RandomPos,RandomSeekLines}: forgot to mix in Collection::PickItems.
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