Collection

public extension Collection
  • Returns true if the collection is not empty, false if not.

    Declaration

    Swift

    var isNotEmpty: Bool { get }