Skip to content

Easy way of getting an entire array #55

@ChocolateLoverRaj

Description

@ChocolateLoverRaj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions