Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>Utf8Array

Deno Window Manager: Cross-platform window creation and management
Go to Latest
class Utf8Array
import { Utf8Array } from "https://deno.land/x/dwm@0.3.4/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)