BoxedVoid

What to use instead of void for boxVoid/unboxVoid. Use void[0] instead of an empty struct as this one has a .sizeof of 0, unlike the struct.

alias BoxedVoid = void[0]

Meta