We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composite types container: ordered heterogenous collection of values key-pair curly bracket notation {}, e.g. {"foo": "uint64", "bar": "bool"} vector: ordered fixed-length homogeneous collection of values angle bracket notation [type, N], e.g. ["uint64", N] list: ordered variable-length homogenous collection of values angle bracket notation [type], e.g. ["uint64"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Composite types
container: ordered heterogenous collection of values
key-pair curly bracket notation {}, e.g. {"foo": "uint64", "bar": "bool"}
vector: ordered fixed-length homogeneous collection of values
angle bracket notation [type, N], e.g. ["uint64", N]
list: ordered variable-length homogenous collection of values
angle bracket notation [type], e.g. ["uint64"]
The text was updated successfully, but these errors were encountered: