kontainer ~master (2016-07-17T17:04:06Z)
Dub
Repo
Node
kontainer
linkedlist
node
Undocumented in source.
struct
Node (
T
) {
Node
*
prevNode
;
Node
*
nextNode
;
T
value
[@property getter];
T
value
[@property setter];
}
Members
Properties
value
T
value
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T
value
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nextNode
Node
*
nextNode
;
Undocumented in source.
prevNode
Node
*
prevNode
;
Undocumented in source.
Meta
Source
See Implementation
kontainer
linkedlist
node
structs
Node