Indexes
Revision as of 17:32, 16 March 2020 by 71.226.33.30 (talk)
indexes
returns the keys of a dictionary, or the non-negative indexes
for a string or list.
See also hashIndex
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
self | string, list, or map | object to geet the indexes of |
Example
Example: "foo".indexes // returns [0, 1, 2]