Zip.back

Returns the rightmost element.

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

Meta