$_rest$0 method
dynamic
$_rest$0()
override
Implementation
dc.dynamic $_rest$0(){
final lcoc_core.LazySeq<E> o7603$4=this;
if((o7603$4 is lcoc_core.ISeqable$iface)){
(o7603$4 as lcoc_core.ISeqable$iface).$_seq$0();
}else{
(lcoc_core.ISeqable.extensions(o7603$4, ) as lcoc_core.ISeqable$ext).$_seq$0(o7603$4, );
}
if((null==s)){
return lcoc_core.$_EMPTY_LIST;
}
return lcoc_core.rest(s, );
}