haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Forget Haystack vs Needle order, the object IS the Haystack. Haystack is a library that allows for pipelining and immutable structures.

Results 1 haystack issues
Sort by recently updated
recently updated
newest added

Supplying the `$flag` parameter to `FunctionalInterface::filter(callable $func = null, $flag = null);` currently relies on PHP 5.6 constants `\USE_KEY` and `\USE_BOTH` to decide whether the callback is called with the...