
export function axCoerceUint(x): number {
	return x >>> 0;
}
