AcquiredArraysOf.acquire

Gets a pointer to a new array, acquired from the shared resources pool.

  1. void[]* acquire()
    struct AcquiredArraysOf(T)
    static if(is(T == void))
    void[]*
    acquire
    ()
  2. VoidBufferAsArrayOf!(T) acquire()

Return Value

Type: void[]*

pointer to a new void[]

Meta