U16Tag - OpenDive/AptosKit GitHub Wiki
U16Tag
UInt16 Type Tag
public struct U16Tag: TypeProtcol, Equatable
Inheritance
Equatable, TypeProtcol
Methods
variant()
public func variant() -> Int
deserialize(from:)
public static func deserialize(from deserializer: Deserializer) throws -> U16Tag
serialize(_:)
public func serialize(_ serializer: Serializer) throws
Operators
==
public static func ==(lhs: U16Tag, rhs: U16Tag) -> Bool