Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RelationTerminator

Git Source

Defines who is allowed to call unrelate()

enum RelationTerminator {
TailOwner, // Only the current tail owner
HeadOwner, // Only the current head owner
Either, // Either tail or head owner
Neither, // Anyone except tail and head owner
Anyone, // Absolutely anyone
Nobody // No one (permanent link)
}