RandomSample.front

Range primitives.

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

Meta

Suggestion Box / Bug Report