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