Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 376 Bytes

Go Slice Methods

This package adds functions for working with slices similar to that of other languages. It aims to replicate many of the functionalities included in the JavaScript Array prototype.

Features

New Slice Creation

  • Filter
  • Map

Tests

  • SliceIncludes

Upcoming Features

  • reduce (equivalent to JavaScript Array.reduce)
  • removeIndex