RandomSample.empty

Range primitives.

  1. bool empty [@property getter]
    struct RandomSample(Range, UniformRNG = void)
    @property const
    bool
    empty
    ()
    if (
    isInputRange!Range &&
    (
    isUniformRNG!UniformRNG ||
    is(UniformRNG == void)
    )
    )
  2. auto ref front [@property getter]
  3. void popFront()
  4. typeof(this) save [@property getter]

Meta

Suggestion Box / Bug Report