RandomSample.length

Range primitives.

  1. typeof(this) save [@property getter]
  2. size_t length [@property getter]
    struct RandomSample(Range, UniformRNG = void)
    @property const
    size_t
    length
    ()
    if (
    isInputRange!Range &&
    (
    isUniformRNG!UniformRNG ||
    is(UniformRNG == void)
    )
    )

Meta

Suggestion Box / Bug Report