MergeSide

public enum MergeSide : Int

Indicates the direction to follow at a fork.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Indicates a merge into the left-most lane.

    Declaration

    Swift

    case toLeftLane
  • Indicates a merge into the right-most lane.

    Declaration

    Swift

    case toRightLane