Skip to content

IntPropertySample

[Source]

A sample holding a type choice and an integer value.

class ref IntPropertySample is
  Stringable box

Implements


Constructors

create

[Source]

new ref create(
  choice': U8 val,
  int': U128 val)
: IntPropertySample ref^

Parameters

  • choice': U8 val
  • int': U128 val

Returns


Public fields

let choice: U8 val

[Source]


let int: U128 val

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns