Initializes a new instance of the CLTypeList class.
The CLType of the elements in the list.
The type of elements contained in the list.
Converts the CLTypeList to a JSON-compatible representation. The JSON object contains a single key-value pair, where the key is "List" and the value is the JSON representation of the element type.
A JSON object representing the list type and its element type.
Static
fromJSONCreates a CLTypeList instance from a JSON representation.
A new CLTypeList instance with the parsed element type.
The JSON representation of the CLTypeList.
Generated using TypeDoc
Represents a List type in the Casper type system. This class implements the CLType interface specifically for List types, allowing lists of elements with a specified type.