View Source Zenohex.KeyExpr (Zenohex v0.3.1)

Documentation for Elixir.Zenohex.KeyExpr.

Summary

Functions

Returns true if the keyexprs intersect.
i.e. there exists at least one key which is contained in both of the sets defined by key_expr1 and key_expr2.

Functions

Link to this function

intersects?(key_expr1, key_expr2)

View Source
@spec intersects?(String.t(), String.t()) :: boolean()

Returns true if the keyexprs intersect.
i.e. there exists at least one key which is contained in both of the sets defined by key_expr1 and key_expr2.