compound
compound copied to clipboard
remove-all method on compound?
Would it be a good idea to introduce a remove-all method for the compound where it would remove all items from a compound thus clearing it of any data? Right now I have to either manually find all the keys in the compound and then use remove-keys or make a new compound, both of them which are costly and feel hacky.