Creates or increments the value of a lexicographically sortable string
npm install seq-lex
``jsvar x = lexseq();console.log(x.charCodeAt(0)); // 0
jsvar x = lexseq();console.log(x.charCodeAt(0)); // 0
x = lexseq(x);console.log(x.charCodeAt(0)); // 1``