Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dwm/ext/imgui.ts>Utf8Array

Deno Window Manager: Cross-platform window creation and management
Latest
class Utf8Array
import { Utf8Array } from "https://deno.land/x/dwm@0.3.6/ext/imgui.ts";

Constructors

new
Utf8Array(capacity: number)
new
Utf8Array(array: Uint8Array)
new
Utf8Array(x: number | Uint8Array)

Properties

readonly
buffer
value: string

Static Methods

empty(capacity: number)

create a empty buffer

of(initValue: string, capacity?: number)