Open jmakeig opened 4 years ago
function head(itr) { if(itr[Symbol.iterator]) return itr[Symbol.iterator]().next().value; }