Optional

enum Optional<Wrapped> : ExpressibleByNilLiteral
  • Returns true if self is either nil or an empty string

    Declaration

    Swift

    public var isNilOrEmpty: Bool