function marshal_optional_fundamental
Swift
func marshal_optional_fundamental<T>(buffer: FlatBuffer, offset: Int, value: T)
Encodes an optional plain value (name?: T) that is present. Used by generated code.
nprpc_swift/Sources/NPRPC/Marshalling.swift:224