-
Notifications
You must be signed in to change notification settings - Fork 64
Add collection function docs #1408
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
base: dev
Are you sure you want to change the base?
Conversation
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
| |=== | ||
| .Deduplicate a list of mixed values, including null | ||
| // tag::functions_list_distinct[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the same tag as in line 61 - they should be different (or we only use one for cheat sheet inclusion)
edit: this also holds for other tags in this PR
| ---- | ||
| // end::functions_list_insert[] | ||
| The original list with a new value inserted at the given index. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since coll.remove talks about shifting, is that aspect relevant here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it probably is, how about:
The original list with a new value inserted at the given index, shifting all the values following by 1.
Co-authored-by: Richard Sill <[email protected]>
Co-authored-by: Richard Sill <[email protected]>
|
This PR includes documentation updates Updated pages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.