DeserializeF

Deserializing function reads 'len' bytes and writes the conversion result to the value, pointed by 'val'.

alias DeserializeF = void function(
immutable(ubyte)[] from
,,
in int len
,
scope void* val
) pure @safe

Meta