001  (ns walkmap.id
002    "The namespace within which the privileged keyword `:walkmap.id/id` is defined.")
003  
004  (def ^:const id
005    "The magic id key walkmap uses, to distinguish it from all other uses of
006    the unprotected keyword."
007    ::id)
008