DList.insertBeforeNode

size_t insertBeforeNode(Stuff)(BaseNode * n, ref Stuff stuff) if (isImplicitlyConvertible!(Stuff, T))
No documentation available for this declaration.
size_t insertBeforeNode(Stuff)(BaseNode * n, ref Stuff stuff) if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, T))
No documentation available for this declaration.