LSLReusableBufferInt8 constructor

LSLReusableBufferInt8(
  1. int capacity
)

Creates a reusable Int8 buffer of the given capacity. see LSLReusableBuffer

Implementation

LSLReusableBufferInt8(int capacity)
  : super(capacity, allocate<Char>(capacity));