FlipList
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
head: * head -> tail | | rtail <- rhead |
|
public |
rhead: * |
|
public |
rtail: * |
|
public |
tail: * |
Method Summary
Public Methods | ||
public |
|
|
public |
append(value: *) |
|
public |
begin(): * |
|
public |
end(): * |
|
public |
extend(other: *) |
|
public |
prepend(value: *) |
|
public |
rbegin(): * |
|
public |
rend(): * |
|
public |
reverse() |
|
public |
reversebetween(itleft: *, itright: *) |
Public Constructors
public constructor() source
Public Methods
public * [Symbol.iterator]() source
public append(value: *) source
Params:
Name | Type | Attribute | Description |
value | * |
public extend(other: *) source
Params:
Name | Type | Attribute | Description |
other | * |
public prepend(value: *) source
Params:
Name | Type | Attribute | Description |
value | * |
public reverse() source
public reversebetween(itleft: *, itright: *) source
Params:
Name | Type | Attribute | Description |
itleft | * | ||
itright | * |