Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 307 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 307 Bytes

Some simple array/obj-operations I often need:

  • is, isArray
  • from, arrayFrom
  • fromString, splitString
  • append
  • appendUnique
  • prepend
  • remove
  • buildIndex
  • buildIndexUnique
  • intersperse
  • pushAll
  • pushAllUnique
  • pushUnique
  • ensure
  • nullForEmpty
  • pairs
  • pairsWrap
  • removeFirst
  • first
  • last