Module to create stack allocated array literals
Creates a static array composed of passed elements. Note that the array is allocated on the stack, so care should be taken not to let slices of it escape from functions.
See Source File
BSD style: $(LICENSE)
Copyright (C) 2011 Pavel Sountsov. All rights reserved.
Pavel Sountsov
Module to create stack allocated array literals