ForkDirection

public enum ForkDirection

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

  • Indicates the left fork should be followed.

    Declaration

    Swift

    case left
  • Indicates the right fork should be followed.

    Declaration

    Swift

    case right