LoopPosition

public enum LoopPosition

Specify if should be executed at beginning of iteration or at the end.

  • Undocumented

    Declaration

    Swift

    case before
  • Undocumented

    Declaration

    Swift

    case after