Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

MagicScript

Index

Namespaces

Type aliases

Variables

Functions

Type aliases

binary

binary: ArrayBuffer | ArrayBufferView

cstring

cstring: string

f32

f32: number

f64

f64: number

i32

i32: number

i64

i64: number

integer

integer: number

ptr

ptr: any

u32

u32: number

u64

u64: number

Variables

Const tag

tag: keyof symbol

Functions

print

  • print(...args: any[]): void
  • Stringify all arguments and print to stdout or mldb log

    Parameters

    • Rest ...args: any[]

    Returns void

Generated using TypeDoc