mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +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;
|
||||
}
|
||||
|
||||
/// Ditto
|
||||
@property auto ref front()
|
||||
{
|
||||
assert(!empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue