I\'m converting nested vector of booleans (Vec>) to a nested slice (&[&[bool]]). I first slice the nested vectors an
Vec>
&[&[bool]]