fix
This commit is contained in:
parent
209b78bc1a
commit
0f204cb3da
@ -153,6 +153,7 @@ Push(T)(SLList!(T)*list, Node!(T)* node, Node!(T)* nil)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pragma(inline): void
|
||||||
PushFront(T)(SLList!(T)*list, Node!(T)* node, Node!(T)* nil)
|
PushFront(T)(SLList!(T)*list, Node!(T)* node, Node!(T)* nil)
|
||||||
{
|
{
|
||||||
if (CheckNil(nil, list.first))
|
if (CheckNil(nil, list.first))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user