php
Table of Contents
Classes
- Arr
- Utilities for arrays or iterables.
- Pipe
- A Pipe wraps an intial value and pipes it through any function which modifies it. The resulting value can be accessed at the end.
- Str
- Utilities for strings.
- Util
- Miscellaneous utilities.
- With
- An object wrapper for chainable method calls.
Enums
- Partial
- Partial functions.