import { varnum } from "https://deno.land/std@0.42.0/encoding/binary.ts";
Decode a number from b
, and return it as a number
. Data-type defaults to int32
.
Returns null
if b
is too short for the data-type given in o
.
import { varnum } from "https://deno.land/std@0.42.0/encoding/binary.ts";
Decode a number from b
, and return it as a number
. Data-type defaults to int32
.
Returns null
if b
is too short for the data-type given in o
.