Array._malloc

Undocumented in source.
struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
static if(!(useGC))
alias _malloc = malloc

Meta