Talk:Doubly-linked list/Element definition

From Rosetta Code
Revision as of 22:56, 18 July 2008 by rosettacode>Waldorf (Questions about the use of NOT NULL in the Ada 2005 version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Ada 2005 version includes links Next and Previous with the Not Null attributes. How does one designate either end of the doubly linked list without the null link? Another way to ask is, what does the previous link access at the head of the list, and what does the Next link access at the end of the list? --Waldorf 22:56, 18 July 2008 (UTC)