ArrayInt16.empty constructor

ArrayInt16.empty()

Implementation

factory ArrayInt16.empty() {
  return ArrayInt16.zeros(numShorts: 0);
}