fn counter(){ 1.0+self } fn mem_by_hand(x){ let (y,ys,_yss) = self (x,y,ys) } fn dsp(){ let (x,y, ys) =mem_by_hand(counter()) (x,ys) }