$_peek$0 method

dynamic $_peek$0()
override

Implementation

dc.dynamic $_peek$0(){
if((0<cnt)){
return (tail[((cnt-1)&31)]);
}
return null;
}