We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c41410 commit 0f50d8aCopy full SHA for 0f50d8a
source/mir/ndslice/filling.d
@@ -45,7 +45,7 @@ do {
45
///
46
@safe pure nothrow version(mir_test) unittest
47
{
48
- import mir.ndslice.filling: fillVandermonde;
+ import mir.ndslice.slice: sliced;
49
import mir.ndslice.allocation: uninitSlice;
50
auto x = [1.0, 2, 3, 4, 5].sliced;
51
auto v = uninitSlice!double(x.length, x.length);
0 commit comments