<@U18DUC6UB|bombe> uploaded a file: <Untitled> and...
# announcements
b
@User uploaded a file: Untitled and commented: Is there a way to have a mutable list, expose it as an immutable list, and still be able to modify it without casting it in
FooImpl
? Right now I have a second value,
realStuffs
which is the mutable list and a custom
get()
for
stuffs
which only returns
realStuffs
.