Is it possible to dispatch a function on different enum instances. ... function f(x::E) if x === a ... elseif x === b ... elseif x === c ...
確定! 回上一頁