EmptyValueRepresentable

public protocol EmptyValueRepresentable : Emptyable

Describes an object that has a specific value representing its empty state.

Public Properties

  • Returns the value representing the receiver’s empty state.

    Declaration

    Swift

    static var emptyValue: Self { get }