Skip to content

Commit 1d0d6c4

Browse files
committed
docs: update readme
1 parent 821e215 commit 1d0d6c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424

2525
# Features
2626

27-
- 🔗 **Fluent chaining** - pipeline your operations like Laravel Collections
28-
- 🧬 **Fully generic** (`Collection[T]`) - no reflection, no `interface{}`
29-
- **Zero dependencies** - pure Go, fast, lightweight
30-
- 🧵 **Minimal allocations** - avoids unnecessary copies; most operations reuse the underlying slice
31-
- 🧹 **Map / Filter / Reduce** - clean functional transforms
32-
- 🔍 **First / Last / Find / Contains** helpers
33-
- 📏 **Sort, GroupBy, Chunk**, and more
34-
- 🧪 **Safe-by-default** - defensive copies where appropriate
35-
- 📜 **Built-in JSON helpers** (`ToJSON()`, `ToPrettyJSON()`)
36-
- 🧰 **Developer-friendly debug helpers** (`Dump()`, `Dd()`, `DumpStr()`)
37-
- 🧱 **Works with any Go type**, including structs, pointers, and deeply nested composites
27+
- **Fluent chaining** - pipeline your operations like Laravel Collections
28+
- **Fully generic** (`Collection[T]`) - no reflection, no `interface{}`
29+
- **Zero dependencies** - pure Go, fast, lightweight
30+
- **Minimal allocations** - avoids unnecessary copies; most operations reuse the underlying slice
31+
- **Map / Filter / Reduce** - clean functional transforms
32+
- **First / Last / Find / Contains** helpers
33+
- **Sort, GroupBy, Chunk**, and more
34+
- **Safe-by-default** - defensive copies where appropriate
35+
- **Built-in JSON helpers** (`ToJSON()`, `ToPrettyJSON()`)
36+
- **Developer-friendly debug helpers** (`Dump()`, `Dd()`, `DumpStr()`)
37+
- **Works with any Go type**, including structs, pointers, and deeply nested composites
3838

3939
## Fluent Chaining
4040

0 commit comments

Comments
 (0)