time-to-botec/squiggle/node_modules/@stdlib/symbol/iterator/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

17 lines
295 B
Plaintext

{{alias}}
Iterator symbol.
This symbol specifies the default iterator for an object.
The symbol is only supported in ES6/ES2015+ environments. For non-supporting
environments, the value is `null`.
Examples
--------
> var s = {{alias}}
See Also
--------