#How do you pass an optional pointer to an ArrayList?

1 messages · Page 1 of 1 (latest)

stark bobcat
#

The type of the arraylists are different. The function expects a ?*ArrayList([]const u8), but gets a *ArrayList(sentence)

opaque ice
#

Oh so its just me being dumb!

#

Now I feel stupid, but very appreciative of your help. Thanks!!

#

I guess I am still at that stage where the errors are all still unfamiliar