kafka-d ~master (2018-08-10T09:39:09Z)
Dub
Repo
List
kafkad
utils
lists
Undocumented in source.
struct
List (
Node
)
if
(
is
(
Node
== struct) &&
is
(
typeof
(
Node
.
next
) ==
Node
*)
) {
bool
empty
[@property getter];
Node
*
popFront
();
void
pushBack
(Node* node);
}
Members
Functions
popFront
Node
*
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
pushBack
void
pushBack
(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
kafkad
utils
lists
structs
FreeList
List