ankurp / Dollar

A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript

Home Page:https://www.dollarswift.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$.initial([3, 4, 5], numElements: -1)

zhiliang729 opened this issue · comments

fatal error: Array index out of range needs a check if (numElements > 0)

Thanks will add a defensive check