[][src]Module xterm_js_sys::readonly_array

A type that emulates TypeScript's ReadOnlyArray interface.

Unlike the js-sys Array type, this type does not erase the type of the array.

If there's interest, this is a good candidate for being spun off into its own crate.

Structs

ReadOnlyArray

Mirrors TypeScript's ReadOnlyArray interface.

Functions

typify

Wraps an array iter function so that it only sees actual types instead of JsValue.