Sneak
Evaluates the given sequence as if it was read-only, such that they're ignored if any of the sequence's elements need to be returned to.
Syntax
Sequence.Sneak
ยท [sequence]
Parameters
- sequence
- The sequence to evaluate.
Return Value
A sequence containing the values of the original sequence.