UByteArrayInt

constructor(size: Int)

Creates a new UByteArrayInt view of size bytes


constructor(size: Int, gen: (Int) -> Int)
constructor(data: ByteArray)