Registration open for Community Over Code North America

2023-08-28 Thread Rich Bowen
Hello! Registration is still open for the upcoming Community Over Code NA event in Halifax, NS! We invite you to register for the event https://communityovercode.org/registration/ Apache Committers, note that you have a special discounted rate for the conference at US$250. To take advantage of th

Re: Generics question

2023-08-28 Thread Jochen Theodorou
On 28.08.23 02:25, Saravanan Palanichamy wrote: [...] I think I understand a bit better now... [...] The problem I run into however is when I use lists of mutable with immutables. For example, This entire code should be valid void fn(@ReadOnly Person me) { List myList = [] myList << me Map