Function OutputStream.writeLE

Writes an integer in little-endian encoding

final bool writeLE(T) (
  const T value
);