PoolArray.read

Lock the array for read-only access to the underlying memory. This is faster than using opIndex, which locks each time it's called.

struct PoolArray(T)
@nogc nothrow const
read
()

Meta