TheBeege
MModular
•Created by TheBeege on 4/13/2024 in #questions
What's the proper way to use List?
Anytime I use List, I hit issues with Reference. Looking through docs, I see that Reference is related to unsafe memory operations.
I'm looking into how to avoid variable-length collections using parameters, but I'd like to get this working first, at least. Any ideas?
Edit: I tried adding a
var count: Int = member.value
in there but to no avail.4 replies