예제 #1
0
 public TreeSet <v> Insert(v value) => New(_ord, WBT <v> .Insert(WBT <v> .MkComp(_ord, value), value, _tree));