reverse function

dynamic reverse(
  1. dynamic coll$1
)

Implementation

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