Add .omit() to basic module
alimehasin opened this issue · 1 comments
alimehasin commented
Add dunna.omit() to the basic module
Parameters
count
represents the number of element desiredarray
represents the array that have all elements to choose from
Output
This function should returns the an array
of length count
, elements inside the array are chosen from the original array.
alimehasin commented
Done