Skip to content
A. B. M. Mahmudul Hasan edited this page Apr 11, 2022 · 1 revision

This library intended to provide you with array managing tools that we (may) need frequently. Currently, the followings are available:

  • Arrject (use an array as both Array or Object)
  • Belt (Arrject + logical get/set)
  • Config (read configuration with dot)
  • Dotted (essential function for read/write array data using dot)
  • MultiDimension (some exclusive array function for array shaped 2D or higher)
  • OneDimension (some exclusive array function for general array)
  • Common (that fits in all, generally)
Clone this wiki locally