ForkDirection

public enum ForkDirection

Indicates the direction to follow at a fork relative to the direction of travel.

  • Indicates that the left fork should be followed.

    Declaration

    Swift

    case left
  • Indicates that the right fork should be followed.

    Declaration

    Swift

    case right