SetAccess
The interface for mutable Set
s to enable removal of its values
Guides
Interface Synopsis
interface SetAccess implements ConstSetAccess<Tm> {...}
Public Methods
->remove(Tm $m): this
Removes the provided value from the currentSet
Public Methods (ConstSetAccess
)
->contains(arraykey $m): bool
Checks whether a value is in the currentSet