phobos/std/container
Martin Nowak a4f1cb07d2 fix Issue 14300 - DList casting to base type is broken
- All insert methods should take `auto ref T t`
  instead of `Stuff t`, because the latter is
  an unnecessary temporary if `Stuff` isn't `T`.

- Small, copyable, register sized Ts should always be
  passed by-value instead of auto ref.
2015-03-20 03:09:47 +01:00
..
array.d Fix links 2015-02-16 13:39:18 -08:00
binaryheap.d Fix links 2015-02-16 13:39:18 -08:00
dlist.d fix Issue 14300 - DList casting to base type is broken 2015-03-20 03:09:47 +01:00
package.d Fix links 2015-02-16 13:39:18 -08:00
rbtree.d Fix links 2015-02-16 13:39:18 -08:00
slist.d Fix links 2015-02-16 13:39:18 -08:00
util.d Fix links 2015-02-16 13:39:18 -08:00