$_next function

dynamic $_next(
  1. dynamic coll$6
)

Implementation

dc.dynamic $_next(dc.dynamic coll$6, ){
if((coll$6 is lcoc_core.ISeq$iface)){
return ((coll$6 as lcoc_core.ISeq$iface).$_next$0());
}
return ((lcoc_core.ISeq.extensions(coll$6, ) as lcoc_core.ISeq$ext).$_next$0(coll$6, ));
}