isInfixOf package:harpie

Check if the first array is an infix of the second
>>> isInfixOf (array [2,2] [18,19,22,23]) a
True
Check if the first array is an infix of the second.
>>> isInfixOf (array @[2,2] [18,19,22,23]) a
True