mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
75c039e57f
commit
5d0df4dedc
14
README.md
14
README.md
@ -1785,11 +1785,25 @@ XXX only list the differences...
|
||||
|
||||
#### `<Generator>.at(..)`
|
||||
|
||||
```bnf
|
||||
<Generator>.at(<index>)
|
||||
-> <Generator>
|
||||
```
|
||||
|
||||
<!-- XXX -->
|
||||
|
||||
|
||||
#### `<Generator>.shift()` / `<Generator>.pop()`
|
||||
|
||||
```bnf
|
||||
<Generator>.shift()
|
||||
<Generator>.pop()
|
||||
-> <func>
|
||||
```
|
||||
|
||||
Note that `.shift()` will get the element the generator is at currently which may
|
||||
not be the first element in the sequence.
|
||||
|
||||
<!-- XXX -->
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user