add Method
Add the specified element to the set. Returns this set.
add(value: T): this
Parameter | Type | Description |
---|---|---|
value | T |
Returns - this
Defined in
- core/bentley/src/OrderedSet.ts Line 62
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.