Fork me on GitHub
#clojure-italy
<
2020-02-19
>
andrea.crotti11:02:54

qualche consiglio su un modo intelligente di fare una cosa tipo

(contains-path? {:a {:b 1}} [:a :b]) => true

andrea.crotti11:02:16

e (contains-path? {:a 2} [:b] => false for example

andrea.crotti11:02:41

get-in ritorna nil sia che non c'e' sia che e' nil

reborg11:02:16

(get-in {:a {}} [:a :b] :nope) => :nope

andrea.crotti11:02:53

ah giusto che pirla

andrea.crotti11:02:56

grazie!

😬 4