Skip to content

u64(__)

MarcoDotIO edited this page Apr 25, 2023 · 1 revision

u64(_:)

Deserialize a UInt64 value from the Deserializer's input data buffer.

public static func u64(_ deserializer: Deserializer) throws -> UInt64 

This function reads a 64-bit unsigned integer from the input data buffer by calling Deserializer.readInt(length:).

Parameters

  • deserializer: The Deserializer instance to deserialize the UInt64 value from.

Throws

Any error that may occur during the deserialization process, such as reading the input data.

Returns

A deserialized UInt64 value from the input data buffer.

Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally