mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Merge pull request #3878 from Dav1dde/patch-1
RandomSample.front was not documented
This commit is contained in:
commit
b528be4d4c
1 changed files with 1 additions and 0 deletions
|
@ -2438,6 +2438,7 @@ struct RandomSample(Range, UniformRNG = void)
|
||||||
return _toSelect == 0;
|
return _toSelect == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Ditto
|
||||||
@property auto ref front()
|
@property auto ref front()
|
||||||
{
|
{
|
||||||
assert(!empty);
|
assert(!empty);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue