x = apple Y = {apple|pear} Z={sword|blade}
if X belongs to Y, then return Y
one function like this: if Y[X] then return Y.
i wanna know is there a packaged func can do the same thing
if X belongs to Y, then return Y
one function like this: if Y[X] then return Y.
i wanna know is there a packaged func can do the same thing