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

Removes an element from the set.

Parameters
ParameterDescription
itemThe element to remove.
Returns

True if the element existed.