Contents

xpc_int64_create(_:)

Creates an XPC signed integer object.

Declaration

func xpc_int64_create(_ value: Int64) -> xpc_object_t

Parameters

  • value:

    The signed integer value which is to be boxed.

Return Value

A new signed integer object.

See Also

Number objects