WrappedStreamRNG.popFront

Implements an InputRange

  1. UIntType front [@property getter]
  2. void popFront()
    struct WrappedStreamRNG(RandomStream, UIntType)
    void
    popFront
    (
    )
    if (
    isRandomStream!RandomStream &&
    isUnsigned!UIntType
    )

Meta