MemoryType

MemoryType

data class MemoryType

This data class is used to represent the structure of a MemoryType

Fields

Name Description
val limits: Limits

Constructors

<init>

constructor(limits: Limits)

This data class is used to represent the structure of a MemoryType

Parameters

Name Description
limits: Limits

Extensions

validate

fun MemoryType.validate(context: ValidationContext): ValidationContext

Validates a MemoryType node.

Receiver

Name Description
MemoryType

Parameters

Name Description
context: ValidationContext

ReturnValue

Name Description
ValidationContext