Float16List constructor

Float16List(
  1. Float16P pointer,
  2. int length
)

Implementation

Float16List(this.pointer, this.length);