mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
![]() As createNode was taking a value by ref, Dlist.insertFront could not be called with a range with a non-ref front. Fix by taking the value as `auto ref` instead of just `ref`. Resolves #15263. |
||
---|---|---|
.. | ||
array.d | ||
binaryheap.d | ||
dlist.d | ||
package.d | ||
rbtree.d | ||
slist.d | ||
util.d |