diff --git a/README.md b/README.md index 8abe3db..c7c220a 100644 --- a/README.md +++ b/README.md @@ -1785,11 +1785,25 @@ XXX only list the differences... #### `.at(..)` +```bnf +.at() + -> +``` + #### `.shift()` / `.pop()` +```bnf +.shift() +.pop() + -> +``` + +Note that `.shift()` will get the element the generator is at currently which may +not be the first element in the sequence. +