Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rotated(by places: Int) and rotate(by places: Int) new array extensions. #207

Merged
merged 2 commits into from Jul 21, 2017
Merged

Conversation

LucianoPAlmeida
Copy link
Member

Checklist

  • I checked the Contributing Guidelines before creating this request.
  • New extensions are written in Swift 3.
  • New extensions support iOS 8.0+ / tvOS 9.0+ / macOS 10.10+ / watchOS 2.0+.
  • I have added tests for new extensions, and they passed.
  • All extensions have a clear comments explaining their functionality, all parameters and return type in English.
  • All extensions are declared as public.

@codecov
Copy link

codecov bot commented Jul 21, 2017

Codecov Report

Merging #207 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   92.91%   92.96%   +0.05%     
==========================================
  Files          85       85              
  Lines        4885     4920      +35     
==========================================
+ Hits         4539     4574      +35     
  Misses        346      346
Impacted Files Coverage Δ
...ources/Extensions/Foundation/ArrayExtensions.swift 100% <100%> (ø) ⬆️
Tests/FoundationTests/ArrayExtensionsTests.swift 98.22% <100%> (+0.11%) ⬆️

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 2488a4e...66d9864. Read the comment docs.

@LucianoPAlmeida LucianoPAlmeida merged commit 26040b6 into SwifterSwift:master Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants