Skip to content

Commit 714b874

Browse files
committed
ditto
1 parent 46fc287 commit 714b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/algorithm/iteration.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private struct BitSliceAccelerator(Field, I = typeof(Field.init[size_t.init]))
8282
static if (isIterator!Field)
8383
Slice!Field bodyChunks;
8484
else
85-
Slice!(SlicedField!Field) bodyChunks;
85+
Slice!(FieldIterator!Field) bodyChunks;
8686
/// head length
8787
int headLength;
8888
/// tail length

0 commit comments

Comments
 (0)