Skip to content
New issue

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

need sorting! - all composite types are ordered #9

Open
NAKsir-melody opened this issue Mar 20, 2019 · 0 comments
Open

need sorting! - all composite types are ordered #9

NAKsir-melody opened this issue Mar 20, 2019 · 0 comments

Comments

@NAKsir-melody
Copy link
Owner

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"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant