Zip.front

Sets the front of all iterated ranges.

  1. ElementType front [@property getter]
  2. ElementType front [@property setter]
    struct Zip(Ranges...)
    @property
    void
    front
    (
    ElementType v
    )
    if (
    Ranges.length &&
    )

Meta

Suggestion Box / Bug Report