How do I add an element to a list?
I'm trying to add an element to a list with insert but that
doesn't seem to do anything at all. If I try using ~= it says
that "Error: cannot append type Node to type SList!(Node). I'm
pretty confused about using ~= because it works fine for arrays
but apperantly not for lists.
- Add Element to list not Working Chris Pons
- Re: Add Element to list not Working Ali Çehreli
- Re: Add Element to list not Working Chris Pons
- Re: Add Element to list not Working Ali Çehreli
- Re: Add Element to list not Working Chris Pons
- Re: Add Element to list not Working Jonathan M Davis
- Re: Add Element to list not Working James Miller