StructNew
Creates a new struct of the specified type.
The available types are:
casesensitive
default
ordered-casesensitive
ordered
soft
sorted
weak
Method Signature
Arguments
Argument
Type
Required
Description
Default
type
string
false
The struct type
default
sortType
any
false
An optional sort type to apply to that type
sortOrder
string
false
The sort order applicable to the sortType argument
asc
localeSensitive
any
false
false
callback
function:Comparator
false
An optional callback to use as the sorting function. You can alternatively pass a Java Comparator.
Examples
Related
Last updated