export function splitLongToH3Index()

in lib/h3core.js [271:273]


export function splitLongToH3Index(lower, upper) {
    return hexFrom32Bit(upper) + zeroPad(8, hexFrom32Bit(lower));
}