import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { DropWhile } = Str;
Skips part of the string as long as its parts match Sub.
import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { DropWhile } = Str;
Skips part of the string as long as its parts match Sub.