Add missing tail isn't null assertion
This commit is contained in:
parent
f15a90543f
commit
d5064fa2b2
@ -925,6 +925,7 @@ struct DRange(L)
|
|||||||
invariant
|
invariant
|
||||||
{
|
{
|
||||||
assert(this.head !is null);
|
assert(this.head !is null);
|
||||||
|
assert(this.tail !is null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private this(ref EntryPointer head, ref EntryPointer tail) @trusted
|
private this(ref EntryPointer head, ref EntryPointer tail) @trusted
|
||||||
|
Loading…
Reference in New Issue
Block a user