by_priority
Method
This is a method of the TodoList class in the planning module.Get items by priority.
Signature
Parameters
No description available.
Returns
The result of the operation.
by_priority: Get items by priority.
This is a method of the TodoList class in the planning module.Get items by priority.
def by_priority(&self, priority: TodoPriority) -> Vec<&TodoItem>