import { type NaturalNumberDecodingState } from "https://deno.land/x/bencodex@0.2.2/src/utils.ts";
Represents the end state of decodeAsciiNaturalNumber.
definition: { success: true; read: number; value: T; } | { success: false; read: 0; }
import { type NaturalNumberDecodingState } from "https://deno.land/x/bencodex@0.2.2/src/utils.ts";
Represents the end state of decodeAsciiNaturalNumber.