While working on a map function, it occurred to me that instead of emit(key, doc) what if I could just return [ [key, doc], ... ].
Again, not a big deal. I just thought it would be more concise. --beppu
While working on a map function, it occurred to me that instead of emit(key, doc) what if I could just return [ [key, doc], ... ].
Again, not a big deal. I just thought it would be more concise. --beppu