Skip to main content
Module

x/easyts/slice.ts>StringBuilder

js library written with ts, use select and chan like golang in js.
class StringBuilder
import { StringBuilder } from "https://deno.land/x/easyts@0.1.0/slice.ts";

Combined into a construct cache

Constructors

new
StringBuilder()

Properties

private
a: Array<string>

Methods

toString(): string
undo(): string | undefined
write(...vals: Array<any>)