mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Fix missing unittests in docs (#8603)
* Fix missing staticArray unittest in docs Found using https://github.com/dlang/dmd/pull/14527. * Fix missing FloatRep and DoubleRep unittests in docs * 2 JSONValue op overloads * std.random * detabber * remove * std.digest.murmurhash
This commit is contained in:
parent
4967c07b19
commit
281f42d306
7 changed files with 65 additions and 59 deletions
|
@ -1943,6 +1943,7 @@ if (Offset.length >= 1 && allSatisfy!(isValidIntegralTuple, Offset))
|
|||
return removeImpl!s(range, offset);
|
||||
}
|
||||
|
||||
/// ditto
|
||||
deprecated("Use of non-integral tuples is deprecated. Use remove(tuple(start, end).")
|
||||
Range remove
|
||||
(SwapStrategy s = SwapStrategy.stable, Range, Offset ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue