| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-29 | all: merge package "lib/ints" and "lib/ints64" into "slices" | Shulhan | |
| Now that Go has type parameter, we can use it to use the same function that accept different types for working with slice of int, int64. | |||
| 2023-09-13 | lib/ints: replace package "math/rand" with "crypto/rand" | Shulhan | |
| 2019-03-02 | numbers: move functions to process slices of int to package "ints" | Shulhan | |
| Just like package "bytes" or "strings", the package "ints" focus on slice of integer. | |||
