import { type Str } from "https://deno.land/x/rimbu@1.1.0/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@1.1.0/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.