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 -insert-sorted #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add -insert-sorted #244

wants to merge 1 commit into from

Conversation

Fuco1
Copy link
Collaborator

@Fuco1 Fuco1 commented Oct 11, 2017

Fixes #182.

  • implement -insert-sorted
  • implement -union-sorted (or -merge-sorted)

This should not be merged before lexical binding is allowed to be used.

@Fuco1 Fuco1 force-pushed the feature/add-insert-sorted branch from d2143f5 to f2a7e2d Compare March 13, 2018 19:39

(funcall comparator x item)

returns nil. X is the \"current\" item from the input list."
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a note about -not being able to flip predicates.

@basil-conto basil-conto added the enhancement Suggestion to improve or extend existing behavior label Feb 15, 2021
@basil-conto basil-conto added this to the 2.19.0 milestone Feb 15, 2021
@basil-conto basil-conto added this to To Do in Release 2.19.0 Mar 9, 2021
@basil-conto basil-conto modified the milestones: 2.19.0, 2.20.0 Jun 29, 2021
@basil-conto basil-conto removed this from To Do in Release 2.19.0 Jun 29, 2021
@basil-conto basil-conto added this to To Do in Release 2.21.0 Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggestion to improve or extend existing behavior
Projects
Development

Successfully merging this pull request may close these issues.

Is there any functions for sorted list?
2 participants