reql 0.0.6-alpha2

A native RethinkDB driver
1
2
3
4
5
6
command! {
    /// Intersect two arrays returning values that occur in both of them as a set (an array with
    /// distinct values)

    #[command(set_intersection(args(array = "T")))]
}