export function multiplexObj(...args: any[]): any {
    const iter = __iter(multiplexObj, args);
    if (iter) {
        return iter;
    }