Max returns the item with the largest key (tail of the list). Returns the item and true if the list is not empty, nil and false otherwise.
()
| 80 | // Max returns the item with the largest key (tail of the list). |
| 81 | // Returns the item and true if the list is not empty, nil and false otherwise. |
| 82 | Max() (*core.Item[core.Record], bool) |
| 83 | |
| 84 | // All returns all records in ascending key order. |
| 85 | All() []*core.Record |
no outgoing calls
no test coverage detected