BasicType

public protocol BasicType : ObjectType

Undocumented

  • Undocumented

    Declaration

    Swift

    var isNotEmpty: Bool { get }

Available where Self: Equatable

  • isNotEmpty Default implementation

    Default Implementation

    Undocumented

    Declaration

    Swift

    public var isNotEmpty: Bool { get }