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.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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.