Slink.tail

Return the cell representing the last element of the list (i.e., the one whose next() is null

struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)
final
tail
()

Meta