-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
new-bigfunctionSuggest a New BigFunctionSuggest a New BigFunction
Description
Check the idea has not already been suggested
- I could not find my idea in existing issues
Edit the title above with self-explanatory function name and argument names
- The function name and the argument names I entered in the title above seems self explanatory to me.
BigFunction Description as it would appear in the documentation
the function array_intersect
returns the intersection of two arrays.
Examples of (arguments, expected output) as they would appear in the documentation
array_intersect([1, 2, 3], [2, 6, 7])
-> [2]
Metadata
Metadata
Assignees
Labels
new-bigfunctionSuggest a New BigFunctionSuggest a New BigFunction