Open jaurenq opened 5 years ago
Bool is 32 bits inside a struct, but only 8 bits when in an array, so bool[] can't map directly to int32[] the way I thought it could. Need an efficient solution.
Bool is 32 bits inside a struct, but only 8 bits when in an array, so bool[] can't map directly to int32[] the way I thought it could. Need an efficient solution.