Commit 4732d47
committed
refactor: rename to Stann\Stream, split 1-file-per-function, add missing ops, remove stream()
- Rename namespace Collect → Stann\Stream, package camille/collect → stann/stream
- Split monolithic functions.php into Transformations/ (21) and Terminators/ (14)
- Add: takeWhile, skipWhile, concat, enumerate, scan, partition, min, max, tap
- Remove stream() entry point — arrays and generators work directly with pipe
- Add docs/API.md with full reference, rewrite README with links and custom steps section1 parent a508ec9 commit 4732d47
File tree
74 files changed
+2083
-955
lines changed- docs
- src
- Terminators
- Transformations
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+2083
-955
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments