Common Collection Tasks
- Q180: How do I add an item to a list in EK9?
- Q181: How do I remove an item from a list in EK9?
- Q182: How do I check if a list or dict is empty in EK9?
- Q183: How do I get the first or last item from a list in EK9?
- Q184: How do I find the first item matching a condition in EK9?
- Q185: How do I check if any or all items match a condition in EK9?
- Q186: How do I merge two lists or two dicts in EK9?
- Q187: How do I reverse a list in EK9?