Merge pull request #171 from iamsoorena/take-every-nth-element

take every nth element of an array
This commit is contained in:
Angelos Chalaris
2017-12-16 13:35:31 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@ -86,6 +86,7 @@ swap-values-of-two-variables:utility
tail-of-list:array
take-right:array
take:array
take-every-nth-element:array
truncate-a-string:string
unique-values-of-array:array
URL-parameters:utility