<@U10EJRH2L> as for original vector example, I won...
# announcements
o
@Ruckus as for original vector example, I wonder why do you have
var
everywhere, if you always create a copy? If you had
val
properties, you could make
ident
and
zero
just properties and never create these classes again and again
r
I was just messing around with some ideas. In this case it would indeed make more sense to use
val
, but it was copied over from another project I've been messing with.