rem’s avatarrem’s Twitter Archive—№ 75,787

  1. Looking for a JS lib recommendation: I want to do some code that works exclusively with ints, I can get so far using Int16Array.of(x)[0] - but it's clunky. Any suggestions?