InfallibleEvent

public enum InfallibleEvent<Element>

Undocumented

  • Next element is produced.

    Declaration

    Swift

    case next(Element)
  • Sequence completed successfully.

    Declaration

    Swift

    case completed