Contents

XPC_TYPE_NULL

A type that represents a null object.

Declaration

var XPC_TYPE_NULL: xpc_type_t { get }

Discussion

This type is useful for disambiguating an unset key in a dictionary and one which has been reserved but set empty. Also, this type is a way to represent a “null” value in dictionaries, which do not accept NULL.

See Also

Types of objects