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
The interface for mutable Set
s to enable removal of its values
interface SetAccess implements ConstSetAccess<Tm> {...}
->remove(Tm $m): this
Set