Comment on Avoiding game crashes related to linked listsparentComments−gsg14yThere's a better trick: point the link structure at itself. This avoids any need to test for null.
Comments
There's a better trick: point the link structure at itself. This avoids any need to test for null.