PoolArray.write

Lock the array for write access to the underlying memory. This is faster than using opIndexAssign, which locks each time it's called.

struct PoolArray(T)
@nogc nothrow
write
()

Meta