fn toBytes(value: anytype) [@sizeOf(@TypeOf(value))]u8

Given any value, returns a copy of its bytes in an array.

Parameters

value: anytype,