patreon discord:
[2:01 PM] Lummox JR: Can you throw up a feature request for some kind of association deletion? I'd like to put that on the hot list for 515 and maybe we can get some brainstorming.
also, see: ID:2125668. If we can do list = list.keys to remove associated info that would also help for clearing all associated items, useful if the associated items were really just a faster way of doing &= to avoid dupes
This will remove the list[item] association but won't impact any copies of item already in the list. However a better built-in solution is desirable.