Abstract
Get minimum from an array.
opt([5, 1, 3]).minIn() // Some(1)none.minIn() // Noneopt([]).minIn() // None
Get minimum from an array.