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

feat: provide a custom isSorted function #59

Merged
merged 3 commits into from
Jan 12, 2024
Merged

feat: provide a custom isSorted function #59

merged 3 commits into from
Jan 12, 2024

Conversation

polds
Copy link
Owner

@polds polds commented Jan 10, 2024

Provide a custom isSorted function for determining whether a slice is sorted ascending.

Inject the function into the playground, and fix the test that needs to verify sort order.

Usage:
isSorted(["a", "b", "c"]) == true

fixes #5

…slice is sorted ascending.

Inject the function into the playground, and fix the test that needs to verify sort order.

fixes #5
@polds polds requested a review from athegaul January 10, 2024 23:49
Copy link

github-actions bot commented Jan 10, 2024

Visit the preview URL for this PR (updated for commit 6d8a075):

https://expr-playground--pr59-feat-issorted-c0iu4ra4.web.app

(expires Fri, 19 Jan 2024 09:23:54 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 06522c00b0d6ccd52622e02979f2fb21bf3c4507

@athegaul athegaul merged commit 54745ed into main Jan 12, 2024
3 checks passed
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.

Update TestEval test case "list"
2 participants