-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
So continuing from my use case with pub bool, get_int_route_cap, set_int_route_cap: 32, 32, 32;
It would be nice if there was a quick way of getting [bool; 32] instead of calling the function in a loop in my code.
The use case is for debugging, so performance loss of having 32 bytes in memory is not a problem in my use case. I could just Debug the entire struct, but it would be nice to just get an array.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels