E first

Source

E get first {
  if (length == 0) throw IterableElementError.noElement();
  return this[0];
}