import { putVarnum } from "https://deno.land/std@0.78.0/encoding/binary.ts";
Encodes number x
into b
. Returns the number of bytes used, or 0
if b
is shorter than sizeof(o.dataType)
.
o.dataType
defaults to "int32"
.
import { putVarnum } from "https://deno.land/std@0.78.0/encoding/binary.ts";
Encodes number x
into b
. Returns the number of bytes used, or 0
if b
is shorter than sizeof(o.dataType)
.
o.dataType
defaults to "int32"
.