Replace Queue with DList

This commit is contained in:
2018-03-09 08:19:17 +01:00
parent 82f41844b1
commit 17cb592b13
7 changed files with 24 additions and 25 deletions

View File

@ -12,6 +12,7 @@
* Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/queue.d,
* tanya/container/queue.d)
*/
deprecated("Use tanya.container.list.DList instead")
module tanya.container.queue;
import tanya.algorithm.mutation;