Helper for list of todo items, which can be added while iterating.
Returns the current list of items.
Iterate over all items including items added while iterating.
Add item key if not already in list.
Add items keys if not already in list.
See Implementation
Helper for list of todo items, which can be added while iterating.