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

New KMutableList indexed set operator []= #23

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

passsy
Copy link
Owner

@passsy passsy commented Dec 14, 2018

final list = mutableListOf([1, 2, 3, 4, 5]);
// already existing
list.set(2, 10);

// new
list[2] = 10;

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   64.46%   64.52%   +0.05%     
==========================================
  Files          25       25              
  Lines        1196     1198       +2     
==========================================
+ Hits          771      773       +2     
  Misses        425      425
Impacted Files Coverage Δ
lib/src/collection/list_mutable.dart 69.44% <100%> (+0.87%) ⬆️

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 c49cf2b...56d0466. Read the comment docs.

@passsy passsy merged commit 9329221 into master Dec 14, 2018
@passsy passsy deleted the feature/indexed_setter_operator branch December 14, 2018 20:17
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.

1 participant