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: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.