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