Example #1
0
 public ImmutableList(IEnumerable <T> items)
 {
     this.root = Empty.InsertAt(0, items).root;
 }