Walter Bright wrote: > To create a tail const array, instead of const(T)[], we'd do > Array!(const(T)). What exactly is the is the difference between head and tail const?