run npm install gtools
import { ArrayUtils } from "gtools";
const min = ArrayUtils.min([1, 2, 3]);
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script type="text/javascript" src="gtools.web.js"></script>
</head>
<body>
<script type="text/javascript">
const min = G.array.min([1, 2, 3]);
</script>
</body>
</html>
TODO ##Implements https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/main/java/org/utils/QuadIterator.java https://github.com/G43riko/JavaUtils/tree/master/GLib2/src/main/java/org/utils/noises https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/test/java/org/glib2/math/Bresenhams3D.java https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/main/java/org/utils/GeometryUtils.java