Skip to content

IlhomBek-F/sliceutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧩 sliceutils

sliceutils is a lightweight Go package that brings JavaScript-like slice utilities to Go — implemented with type-safe generics, idiomatic Go style, and a focus on readability and convenience.

If you’ve ever missed functions like .map(), .filter(), or .reduce() in Go, this package is for you 🚀


✨ Features

  • ✅ Written with Go generics (1.18+)
  • 🧠 Inspired by JavaScript’s Array methods
  • 🧩 Works with any slice type ([]int, []string, etc.)
  • 🧾 Simple, fast, and allocation-safe
  • 🧪 Fully tested and documented

📦 Installation

go get github.com/IlhomBek-F/sliceutils

About

sliceutils is a lightweight Go package that brings JavaScript-like slice utilities to Go — implemented with type-safe generics, idiomatic Go style, and a focus on readability and convenience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages