put32

Converts int value into bytes and appends it to the managed array.

Appender!(ubyte[])
put32
(
Appender!(ubyte[]) app
,
in int value
)

Meta