mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
fix casing for Flag name
This commit is contained in:
parent
4eab18f14a
commit
1050e282d5
1 changed files with 2 additions and 2 deletions
|
@ -1705,7 +1705,7 @@ bool isSameLength(Range1, Range2)(Range1 r1, Range2 r2)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// For convenience
|
/// For convenience
|
||||||
alias AllocateGC = Flag!"AllocateGC";
|
alias AllocateGC = Flag!"allocateGC";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Checks if both ranges are permutations of each other.
|
Checks if both ranges are permutations of each other.
|
||||||
|
@ -1724,7 +1724,7 @@ Allocating forward range option: amortized $(BIGOH r1.length) + $(BIGOH r2.lengt
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
pred = an optional parameter to change how equality is defined
|
pred = an optional parameter to change how equality is defined
|
||||||
allocate_gc = A $(D std.typecons.Flag!"AllocateGC") instance
|
allocate_gc = AllocateGC.yes/no
|
||||||
r1 = A finite forward range
|
r1 = A finite forward range
|
||||||
r2 = A finite forward range
|
r2 = A finite forward range
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue