Skip to content
Compare
Choose a tag to compare
@ihor ihor released this 21 Mar 20:41
· 13 commits to master since this release
  • Added \nspl\a\lazy which contains lazy versions of function from \nspl\a where it made sense
  • Added array function chaining with the \nspl\a\with function
  • Added \nspl\a\in which works both on arrays and traversable objects
  • Added \nspl\a\values which works both on arrays and traversable objects
  • Added \nspl\a\keys which works both on arrays and traversable objects
  • Added \nspl\a\dropKeys which works both on arrays and traversable objects
  • Added \nspl\a\diff which works both on arrays and traversable objects
  • Added \nspl\a\intersect which works both on arrays and traversable objects
  • Added \nspl\a\cartesianProduct which works both on arrays and traversable objects
  • Added \nspl\rnd\randomString
  • Added \nspl\f\throttled higher order function
  • Added \nspl\op\instanceOf_ function