import { type Str } from "https://deno.land/x/rimbu@0.13.5/typical/index.ts";
const { Drop } = Str;
Returns the given string without the first N characters, or an empty string if the string has less characters.
import { type Str } from "https://deno.land/x/rimbu@0.13.5/typical/index.ts";
const { Drop } = Str;
Returns the given string without the first N characters, or an empty string if the string has less characters.