import { writeVarnum } from "https://deno.land/std@0.78.0/encoding/binary.ts";
Encodes and writes x
to w
. Resolves to the number of bytes written.
o.dataType
defaults to "int32"
.
import { writeVarnum } from "https://deno.land/std@0.78.0/encoding/binary.ts";
Encodes and writes x
to w
. Resolves to the number of bytes written.
o.dataType
defaults to "int32"
.