import { type Str } from "https://deno.land/x/rimbu@0.13.1/typical/index.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@0.13.1/typical/index.ts";
const { CharAt } = Str;
Returns the character in the given string at the given Index, or false if the index is out of bounds.