JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(let [p @{:a 1} t @{:b 2}] (table/setproto t p) [(get t :a) (table/rawget t :a)]) # => '(1 nil)