I'm trying to find the length of a Slist. I've tried using the built in .length function but it generates this error: "Error: no property 'length' for type 'SList!(Node)'". Are there any other built in ways to find the length?

Reply via email to