- opApply
int opApply(int delegate(Edge[]) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Node, Edge[]) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(Edge[]) opIndex(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(Edge[]) opIndex(size_t nodeIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
- preallocateMemory
void preallocateMemory()
Undocumented in source. Be warned that the author may not have intended to support it.