You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Consider changing constructor( keysOrNodesOrEntriesOrRawElements: Iterable<R | KeyOrNodeOrEntry<K, V, NODE>> = [], options?: BinaryTreeOptions<K, V, R> ) to use the unified type Iterable | Iterable<KeyOrNodeOrEntry<K, V, NODE>> consistent with other data structures.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Consider changing constructor( keysOrNodesOrEntriesOrRawElements: Iterable<R | KeyOrNodeOrEntry<K, V, NODE>> = [], options?: BinaryTreeOptions<K, V, R> ) to use the unified type Iterable | Iterable<KeyOrNodeOrEntry<K, V, NODE>> consistent with other data structures.
The text was updated successfully, but these errors were encountered: