RelationTerminator
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)
}