Memory
In-memory list container wrapper with utility management methods.
Methods
def add(data) / remove(data) / remove_at(index)
Adds or removes elements from internal memory storage.
def contains(data) -> bool / count() -> int
Checks existence or counts total items in storage.