jvtrigueros
08/10/2017, 2:33 AMSizedIterable
, if we take the test as an example the only way I've been able to do so is to do n1.connectedStrings.toMutableList().add(x)
. Am I going way off base here?tapac
08/11/2017, 9:36 PMn1.connectedStrings = SizedCollection(n1.connectedStrings.toList() + s2)
insteadjvtrigueros
08/12/2017, 2:53 PM