【Underscore.js】配列中に指定の値があるかを判定する。

inArrayのような感じ。

_.contains([1, 2, 3], 3);
// true