AfterIterationOutput

public enum AfterIterationOutput

Indicates if iteration should break (stop) or continue (next).

  • Undocumented

    Declaration

    Swift

    case stop
  • Undocumented

    Declaration

    Swift

    case next