In in¶ This is a test function that returns a boolean value if the first argument is in the second argument. ↪ (in [1 2 3 4 5] [1 2]) [true true false false false]