klyn.collections.HashSet.remove
method
public native remove(item as T) as Boolean
Description

Removes an element from the set.

Parameters
  • item The element to remove.
Returns

True if the element existed.