nistrs/non_overlapping_template/
template2.rs

1pub static TEMPLATE2: [[bool; 2]; 2] = [[false, true], [true, false]];