mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
![]() - 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. |
||
---|---|---|
.. | ||
array.d | ||
binaryheap.d | ||
dlist.d | ||
package.d | ||
rbtree.d | ||
slist.d | ||
util.d |