Contents

CFSwapInt64(_:)

Swaps the bytes of a 64-bit integer.

Declaration

func CFSwapInt64(_ arg: UInt64) -> UInt64

Parameters

  • arg:

    The integer whose bytes should be swapped.

Return Value

The integer with its bytes swapped.

See Also

Core Foundation Byte Order Utilities Miscellaneous Functions