NPRPC docs

function unmarshal_struct_vector

Swift

func unmarshal_struct_vector<T>(buffer: UnsafeRawPointer, offset: Int, elementSize: Int, unmarshalElement: (UnsafeRawPointer, Int) -> T) -> [T]

Decodes a vector<Message> field. Used by generated code.

nprpc_swift/Sources/NPRPC/Marshalling.swift:124