$_rest function
dynamic
$_rest(
- dynamic coll$5
Implementation
dc.dynamic $_rest(dc.dynamic coll$5, ){
if((coll$5 is lcoc_core.ISeq$iface)){
return ((coll$5 as lcoc_core.ISeq$iface).$_rest$0());
}
return ((lcoc_core.ISeq.extensions(coll$5, ) as lcoc_core.ISeq$ext).$_rest$0(coll$5, ));
}