$_empty function
dynamic
$_empty(
- dynamic coll$2
Implementation
dc.dynamic $_empty(dc.dynamic coll$2, ){
if((coll$2 is lcoc_core.IEmptyableCollection$iface)){
return ((coll$2 as lcoc_core.IEmptyableCollection$iface).$_empty$0());
}
return ((lcoc_core.IEmptyableCollection.extensions(coll$2, ) as lcoc_core.IEmptyableCollection$ext).$_empty$0(coll$2, ));
}