new Store()
Properties:
Name | Type | Description |
---|---|---|
_s |
Array.<string> | |
length |
number |
- Source:
Methods
clean()
empties the store
- Source:
count() → {number}
- Source:
Returns:
- Type
- number
destroy()
destructor
- Source:
isDestroyed() → {boolean}
- Source:
Returns:
- Type
- boolean
pop() → {string}
- Source:
Returns:
- Type
- string
push(…string)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
string |
string |
<repeatable> |
- Source:
top() → {string}
- Source:
Returns:
- Type
- string