import { atoi } from "../../util/atoi"; export function deserializeInteger(srcStart: usize, srcEnd: usize): T { return atoi(srcStart, srcEnd); }