Skip to content

Arrays

struct Sample {
options: [bool; 5] @1,
}
struct Sample {
options: [bool; 5],
}