mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +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
|
@ -4676,6 +4676,7 @@ nothrow pure @safe @nogc unittest
|
|||
assert(a == [0, 1]);
|
||||
}
|
||||
|
||||
/// ditto
|
||||
pragma(inline, true) U[n] staticArray(U, T, size_t n)(auto ref T[n] a)
|
||||
if (!is(T == U) && is(T : U))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue