Abstract
Get maximum from an array.
opt([3, 7]).maxIn() // Some(7)none.maxIn() // Noneopt([]).maxIn() // None
Get maximum from an array.