Skip to content

TPair

[Source]

A key-value pair in a JSON object: children are TString and a value.

primitive val TPair is
  Label val

Implements


Constructors

create

[Source]

new val create()
: TPair val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns