Push
Jump to navigation
Jump to search
push
appends an item to the end of a list, or inserts it into a map as a key with a value of 1.
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
self | list or map | object to append an element to |
value | null | value to append |
Usage Notes
push
may be called with function syntax or dot syntax.