You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
We can do away with the to-n association and attribute backing lists being nullable, and declare it initialized from the start:
ArrayList creation is cheap, it does not even instantiate a backing array until the first element is added.