All classes in D are pointers.Removing all those extra pointers, got it to run, up until it needs to print.
Printing will result in an infinite loop due to your test data.
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Sat, 25 Apr 2026 12:36:45 -0700
All classes in D are pointers.Removing all those extra pointers, got it to run, up until it needs to print.
Printing will result in an infinite loop due to your test data.