Zip.front

Returns the current iterated element.

  1. ElementType front [@property getter]
    struct Zip(Ranges...)
    @property
    ElementType
    front
    ()
    if (
    Ranges.length &&
    allSatisfy!(isInputRange, Ranges)
    )
  2. ElementType front [@property setter]

Meta