SharedUint8 constructor

SharedUint8(
  1. int length
)

Implementation

SharedUint8(int length) : super(length, getUint8View);