mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
Made cycle's DollarToken private.
There's no reason for anyone to use it directly, so it's better for it to be private.
This commit is contained in:
parent
c1c7adec0c
commit
9bab8393c3
1 changed files with 2 additions and 2 deletions
|
@ -3828,7 +3828,7 @@ struct Cycle(Range)
|
||||||
return Cycle(this._original.save, this._index);
|
return Cycle(this._original.save, this._index);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct DollarToken {}
|
private static struct DollarToken {}
|
||||||
|
|
||||||
DollarToken opDollar()
|
DollarToken opDollar()
|
||||||
{
|
{
|
||||||
|
@ -3928,7 +3928,7 @@ struct Cycle(R)
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct DollarToken {}
|
private static struct DollarToken {}
|
||||||
|
|
||||||
DollarToken opDollar()
|
DollarToken opDollar()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue