You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
Implement a way to define arrays that are prefixed with their length instead of having to define 2 separate variables.
Proposed syntax includes defining the length type inside the array length specifier:
# The following declaration should instruct BeeSchema to first read a byte,
# then use that as the length of the array
array_of_ints:Int[Byte];
The text was updated successfully, but these errors were encountered:
Implement a way to define arrays that are prefixed with their length instead of having to define 2 separate variables.
Proposed syntax includes defining the length type inside the array length specifier:
The text was updated successfully, but these errors were encountered: