import { _unsafeDeleteAt } from "https://deno.land/x/fun@v2.0.0/array.ts";
UNSAFE This operation creates a new array from ua with the value deleted at the given index. The deletiong index must be tested as in bounds before calling this function. This function is intended for internal use only and thus has no api guaruntees.
Parameters
ua: ReadonlyArray<A>