Function OutputStream.writeArray

Attempts to write an array. Returns true if all elements were written, false otherwise

final bool writeArray(T) (
  const T[] array
);