import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { Last } = Str;
Returns the last character of the given string, or false if the string if empty.
import { type Str } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { Last } = Str;
Returns the last character of the given string, or false if the string if empty.