var wrapped = _([1, 2]);
wrapped[Symbol.iterator]() === wrapped; // => true
Array.from(wrapped); // => [1, 2]