iterator-to-array
Stupid iterator -> array function until io.js supports Array.from or the polyfill supports the iterator. Or rest parameters or generator comprehensions are supported. Hate this.
API
let arr = toArray(iterable)
Example:
const toArray = const map = mapmap assert