alloc

arrays

  1. T alloc(ARGS args)
  2. T* alloc(ARGS args)
  3. auto alloc(size_t n)
    alloc
    (
    T
    )
    (
    size_t n
    )
    if (
    isArray!T
    )

Meta