maximum property

int? maximum
final

The optional maximum number of elements the WasmTable can have.

If this is None then the WasmTable is not limited in size.

Implementation

final int? maximum;