(cursor ref key & options)
Same as `rum.core/cursor-in` but accepts single key instead of path vector
Source
(defn cursor
"Same as `rum.core/cursor-in` but accepts single key instead of path vector"
^rum.cursor.Cursor [ref key & options]
(apply cursor-in ref [key] options))