![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
| class | iterator |
Public Member Functions | |
| bool | operator== (const FunctionalList< A > &other) const |
| bool | operator!= (const FunctionalList< A > &other) const |
| const A & | Front () const |
| FunctionalList | Rest () const |
| void | DropFront () |
| void | PushFront (A a, Zone *zone) |
| void | PushFront (A a, Zone *zone, FunctionalList hint) |
| void | ResetToCommonAncestor (FunctionalList other) |
| size_t | Size () const |
| iterator | begin () const |
| iterator | end () const |
Definition at line 20 of file functional-list.h.