AllItems returns all items (key + record pairs) in ascending key order.
()
| 86 | |
| 87 | // AllItems returns all items (key + record pairs) in ascending key order. |
| 88 | AllItems() []*core.Item[core.Record] |
| 89 | |
| 90 | // Count returns the number of elements in the list. |
| 91 | Count() int |
no outgoing calls
no test coverage detected