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