meerkat.cand¶

cand(*args)[source]¶

Overloaded and operator.

Use this when you want to use the and operator on reactive values (e.g. Store)

Parameters

*args – The arguments to and together.

Returns

The result of the and operation.