Generic Linked List for Delphi 2009

前端 未结 4 1292
南笙
南笙 2021-01-19 09:16

I was looking in Generics.Collections and noticed there was no linked list. Sure they are simple to make, but I thought it was odd there was not one (or I just missed it).

4条回答
  •  孤街浪徒
    2021-01-19 09:53

    Do you know the DeHL?

    I think the TLinkedList from the DeHL.Collections.LinkedList.pas unit is exactly what you are looking for.

提交回复
热议问题