Skip to content

Printer

[Source]

primitive val Printer

Constructors

create

[Source]

new val create()
: Printer val^

Returns


Public Functions

apply

[Source]

fun box apply(
  p: (AST val | Token val | NotPresent val),
  depth: USize val = 0,
  indent: String val = "  ",
  s: String ref = reference)
: String ref

Parameters

Returns


eq

[Source]

fun box eq(
  that: Printer val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Printer val)
: Bool val

Parameters

Returns