reverse function

dynamic reverse(
  1. dynamic coll$1
)

Implementation

dc.dynamic reverse(dc.dynamic coll$1, ){
final dc.dynamic coll7654$1=coll$1;
final lcoc_core.IFn$iface f7655$1=lcoc_core.conj;
final lcoc_core.PersistentList start7656$1=lcoc_core.$_EMPTY_LIST;
if((coll7654$1 is lcoc_core.IReduce$iface)){
return ((coll7654$1 as lcoc_core.IReduce$iface).$_reduce$2(f7655$1, start7656$1, ));
}
return ((lcoc_core.IReduce.extensions(coll7654$1, ) as lcoc_core.IReduce$ext).$_reduce$2(coll7654$1, f7655$1, start7656$1, ));
}