$_seq$0 method
dynamic
$_seq$0()
override
Implementation
dc.dynamic $_seq$0(){
if((0==cnt)){
return null;
}
if((cnt<=32)){
final dc.List o7603$1=tail;
if((o7603$1 is lcoc_core.ISeqable$iface)){
return ((o7603$1 as lcoc_core.ISeqable$iface).$_seq$0());
}
return ((lcoc_core.ISeqable.extensions(o7603$1, ) as lcoc_core.ISeqable$ext).$_seq$0(o7603$1, ));
}
return lcoc_core.PVChunkedSeq(this, lcoc_core.unchecked_array_for(root, shift, 0, ), 0, 0, null, -1, );
}