import { reverse } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/array.js";
Reverses array
so that the first element becomes the last, the second
element becomes the second to last, and so on.
Note: This method mutates array
and is based on
Array#reverse
.