take-last
Version:
Returns a new shallow copy of the last n elements taken from the end of the given array. When list.length < n the list returned contain list.length elements.
15 lines (11 loc) • 296 B
Markdown
Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
# 0.1.4 - 2016-01-10
## Fixed
- Fixed changelog to match actual release.
# 0.1.1 - 2016-01-10
## Fixed
- Fixed API documentation typo.
# 0.1.0 - 2015-12-24
## Added
- Initial Version.