MarkLogic Server 11.0 Product Documentation
Sequence.prototype.toArraySequence.prototype.toArray() as Value[]
Summary
Return an array containing the values in the Sequence.
Example
Sequence.from([1,2]).toArray();
// Returns: [1,2]
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.