We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc287 commit 714b874Copy full SHA for 714b874
source/mir/algorithm/iteration.d
@@ -82,7 +82,7 @@ private struct BitSliceAccelerator(Field, I = typeof(Field.init[size_t.init]))
82
static if (isIterator!Field)
83
Slice!Field bodyChunks;
84
else
85
- Slice!(SlicedField!Field) bodyChunks;
+ Slice!(FieldIterator!Field) bodyChunks;
86
/// head length
87
int headLength;
88
/// tail length
0 commit comments