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 array sum and contains #76

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

Conversation

boukestam
Copy link

This PR adds two templates:

  • Sum: sum all numbers in a list
  • Contains: check if a number is in a list

I needed this for a small game where I needed to do collision checks.
Another use case for this is when validating KYC requirements, you want to check if a user lives in a specified list of countries.

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.

2 participants