<@U0DG1EQFQ>: In the previous version, you had to ...
# announcements
c
@nevinchen: In the previous version, you had to invoke the function
size()
. In 1.0.0, it's now a property. The error you were seeing was because you were trying to access the private field of
ArrayList
(the Java version)