Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@MZanggl MZanggl released this 23 Feb 01:27
· 1 commit to latest since this release

Added

Added "split" to array's pointer API

given.array(['a', 'is', 'c']).point(1).split() // [['a'], ['c']]