Limit

data class Limit(var min: Int = 0, var max: Int? = null) : WasmType

Constructors

Link copied to clipboard
constructor(min: Int = 0, max: Int? = null)

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
var max: Int?
Link copied to clipboard
var min: Int
Link copied to clipboard
open override val signature: String

Functions

Link copied to clipboard