Julia Programming Language
What is Julia's equivalent of R's %in%
New to Julia
Tamas_Papp
September 14, 2019, 6:02pm
4
cf
TL;DR: you are probably looking for
x .∈ Ref(Set(y))
2 Likes
show post in topic