Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 372 Bytes

Slice helpers

GoDev

Contains mathematic functions.

i := math.Min(10, 100) // Returns 10.

i = math.MustBetween(10, 100, 1000) // Returns 100.

Documentation

GoDoc