Additionally, the current code does a few other things like shifting up signed longs and casting back to uint, which could be improved (1L << (elem & 31) -> 1U << (elem & 31))
More VectorSet cleanups
Additionally, the current code does a few other things like shifting up signed longs and casting back to uint, which could be improved (1L << (elem & 31) -> 1U << (elem & 31))