VFile.write

Writes a single element to the stream. Throws Exception if EOF reached. Important: Does not provide any complex serialization method, so structs must avoid heap managed fields like dynamic arrays. They should implement a custom serializer.

struct VFile
T
write
(
T
)
()

Meta