Creates a new SortedSet containing values.
SortedSet
values
> const { SortedMap } = require('@oraichain/immutable');> let sortedSet=SortedSet.of("orange", "apple", "banana");SortedSet { "apple", "banana", "orange" } Copy
> const { SortedMap } = require('@oraichain/immutable');> let sortedSet=SortedSet.of("orange", "apple", "banana");SortedSet { "apple", "banana", "orange" }
Rest
©2020 - 2024 Oraichain Foundation
Creates a new
SortedSet
containingvalues
.