Xorshift1024star.popFront

Range primitives

  1. enum bool empty;
  2. ulong front()
  3. void popFront()
    struct Xorshift1024star
    void
    popFront
    @nogc @safe nothrow pure
    (
    )
    in { assert (this.state != typeof(this.state).init); }

Meta