Generator.moveFront

Returns the most recently generated value without executing a copy contructor. Will not compile for element types defining a postblit, because Generator does not return by reference.

class Generator(T)
final
T
moveFront
()

Meta