Esempio n. 1
0
 public Reach Swap(string txt)
 {
     Base._buf()._del().at(Part);
     Base._buf()._ins(txt).before(Part);
     return(Base);
 }