Merge pull request #3878 from Dav1dde/patch-1

RandomSample.front was not documented
This commit is contained in:
David Nadlinger 2015-12-18 00:00:50 +01:00
commit b528be4d4c

View file

@ -2438,6 +2438,7 @@ struct RandomSample(Range, UniformRNG = void)
return _toSelect == 0;
}
/// Ditto
@property auto ref front()
{
assert(!empty);