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

[object/array]: add slices method #163

Merged
merged 2 commits into from
Dec 5, 2022
Merged

[object/array]: add slices method #163

merged 2 commits into from
Dec 5, 2022

Conversation

MarkusFreitag
Copy link
Collaborator

@MarkusFreitag MarkusFreitag commented Dec 4, 2022

resolves #160

@vercel
Copy link

vercel bot commented Dec 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 1:29PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 1:29PM (UTC)

@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Merging #163 (ba99b20) into main (917b487) will increase coverage by 0.05%.
The diff coverage is 100.00%.

❗ Current head ba99b20 differs from pull request most recent head f4de643. Consider uploading reports for the commit f4de643 to get more accurate results

@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
+ Coverage   87.08%   87.13%   +0.05%     
==========================================
  Files         106      106              
  Lines        3576     3592      +16     
==========================================
+ Hits         3114     3130      +16     
  Misses        396      396              
  Partials       66       66              
Impacted Files Coverage Δ
object/array.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Co-Authored-By: Markus Freitag <fmarkus@mailbox.org>
@Flipez Flipez merged commit 0f9d1b4 into main Dec 5, 2022
@Flipez Flipez deleted the array-slices branch December 5, 2022 13:30
@Flipez Flipez changed the title object/array: add slices method [object/array]: add slices method Dec 5, 2022
@Flipez Flipez added the enhancement New feature or request label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the ability to iterate arrays in slices
2 participants