Join Slack
Powered by
For an immutable tree, can't you just do `data cla...
# announcements
s
sargunv
06/13/2016, 8:41 PM
For an immutable tree, can't you just do
data class Tree<V>(val value: V, val children: List<Tree<V>>)
?
Open in Slack
Previous
Next