NPRPC docs

function unmarshal_fundamental_vector

Swift

func unmarshal_fundamental_vector<T>(buffer: UnsafeRawPointer, offset: Int) -> [T]

Unmarshal a flat vector of fundamental elements with a single bulk copy (same path as unmarshal_fundamental_array).

nprpc_swift/Sources/NPRPC/Marshalling.swift:64