Raw method

PP Raw([
  1. int count = 1
])
inherited

Allocates count raw elements and returns the wrapped pointer.

Implementation

P Raw([int count = 1]) => pointerFactory(allocatorFunc(count));