Side

public enum Side : Equatable, Hashable

A relative direction in a comparison.

  • The left side of the comparison.

    Declaration

    Swift

    case left
  • The right side of the comparison.

    Declaration

    Swift

    case right