Skip to main content
Module

x/structurae/index.ts>StringView#characters

Data structures for high-performance JavaScript applications.
Latest
method StringView.prototype.characters
import { StringView } from "https://deno.land/x/structurae@4.0.1/index.ts";

Iterates over the characters in the StringView.

Returns

Generator<string, void, unknown>