Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
A contains style function for Array #117
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruchim commentedJun 19, 2017
This WDL forum post presents a use-case for why a contains style function on arrays could be very useful. It also reflects on the downsides of current workarounds in WDL.
It would be helpful to have a function called "contains" or "exists" which returns a Boolean depending on whether a given value exists/is contained within a given array.