import { array } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { _unsafePush } = array;
UNSAFE This operation mutates a standard Array by pushing onto it. This function is intended for internal use only and thus has no api guaruntees.
import { array } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { _unsafePush } = array;
UNSAFE This operation mutates a standard Array by pushing onto it. This function is intended for internal use only and thus has no api guaruntees.