Add VecC and VecCConst structs
These structs behave much like Vec except that they work on a short C array given to them rather than having the statically sized short array defined within.
These structs behave much like Vec except that they work on a short C array given to them rather than having the statically sized short array defined within.