for (let i = 0; i < chars.length; i += 2) {
        posList.push(unpackPos(chars.slice(i, i + 2)));
    }