- appendSucc
void appendSucc(block* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- nthSucc
block* nthSucc(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- numSucc
int numSucc()
Undocumented in source. Be warned that the author may not have intended to support it.
- prependSucc
void prependSucc(block* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNthSucc
void setNthSucc(int n, block* b)
Undocumented in source. Be warned that the author may not have intended to support it.