import { writeVarnum } from "https://deno.land/std@0.38.0/encoding/binary.ts";
Writes a number x
to w
. Data-type defaults to int32
.
Returns the number of bytes written.
import { writeVarnum } from "https://deno.land/std@0.38.0/encoding/binary.ts";
Writes a number x
to w
. Data-type defaults to int32
.
Returns the number of bytes written.