import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/mod.ts";
const { CharAt } = Str;
Returns the character in the given string at the given Index, or false if the index is out of bounds.
import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/mod.ts";
const { CharAt } = Str;
Returns the character in the given string at the given Index, or false if the index is out of bounds.