Skip to content

imiskolee/collection

Repository files navigation

About Collection

collection is package for golang basic type slices. The defined collection functions like PHP. The package is based on go generate.

Important: currently,here is develop stage,don't used for production

Currently Support Functions:

  1. Chunk
  2. Diff
  3. Fill
  4. Filter
  5. Intersect
  6. Pad
  7. Pop
  8. Product
  9. Push
  10. Rand
  11. Reduce
  12. Replace
  13. Reverse
  14. Search
  15. Shift
  16. Sum
  17. Unique

Currently Support Types:

  1. int
  2. int8
  3. int16
  4. int32
  5. int64
  6. uint
  7. uint8
  8. uint16
  9. uint32
  10. uint64
  11. float32
  12. float64
  13. byte
  14. bool
  15. string

RoadMap

  1. Unit Test
  2. more collection functions
  3. more map functions
  4. more other php functions.

About

a collection utils like php on golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages