$_pop$0 method
dynamic
$_pop$0()
override
Implementation
dc.dynamic $_pop$0(){
if((0<count)){
return rest;
}
throw dc.ArgumentError("Can't pop empty list", );
}
dc.dynamic $_pop$0(){
if((0<count)){
return rest;
}
throw dc.ArgumentError("Can't pop empty list", );
}