Either

public enum Either<L, R>

A datatype that can manifest itself as one of two types.

  • Undocumented

    Declaration

    Swift

    public enum Either<L, R>
  • Undocumented

    Declaration

    Swift

    public enum Either<L, R>