-
Couldn't load subscription status.
- Fork 98
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Rust has fixed length arrays whose type is written as [u8;32] for a 32-byte array. You can achieve this in the current wit specification by doing tuple<u8,u8 ... u8> (with 32 u8s). Could list<u8,32> or something be a first class type to avoid abusing tuples in this way even if it desugars to something similar?
igrep, vwkd, dzmitry-lahoda and binadamu-isiyoonekanadzmitry-lahoda
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request