Esqarrouth / EZSwiftExtensions

:smirk: How Swift standard types and classes were supposed to work.
MIT License
3k stars 381 forks source link

feat: array step function #427

Closed kusakusakusa closed 7 years ago

kusakusakusa commented 7 years ago

Checklist

Inspired from ruby's step

EZSwiftExtensionsBot commented 7 years ago
1 Message
:book: Executed 174 tests, with 0 failures (0 unexpected) in 4.320 (4.486) seconds

Generated by :no_entry_sign: Danger

codecov-io commented 7 years ago

Codecov Report

Merging #427 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #427     +/-   ##
=========================================
+ Coverage   40.44%   40.55%   +0.1%     
=========================================
  Files          49       49             
  Lines        2193     2197      +4     
=========================================
+ Hits          887      891      +4     
  Misses       1306     1306
Impacted Files Coverage Δ
Sources/ArrayExtensions.swift 82.94% <100%> (+0.54%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a5e225...cdc2f39. Read the comment docs.

kusakusakusa commented 7 years ago

Hmm im not sure how to implement this for multi dimensional array. Will close this PR