All returns all records in ascending key order.
()
| 83 | |
| 84 | // All returns all records in ascending key order. |
| 85 | All() []*core.Record |
| 86 | |
| 87 | // AllItems returns all items (key + record pairs) in ascending key order. |
| 88 | AllItems() []*core.Item[core.Record] |
no outgoing calls