TakeBehavior

public enum TakeBehavior

Behaviors for the take operator family.

  • Include the last element matching the predicate.

    Declaration

    Swift

    case inclusive
  • Exclude the last element matching the predicate.

    Declaration

    Swift

    case exclusive