-
A label denoting that the source is a predecessor of the target.
Declaration
Swift
case forward -
A label denoting that the source is a successor of the target.
Declaration
Swift
case backward -
A label denoting that the source is both a predecessor and successor of the target.
Declaration
Swift
case bidirectional
View on GitHub