You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
and() & or() directly refer to the conditional statements AND & OR respectively.
Although functionality for and() already exists through chaining functions, the use case for it would be to allow complex chaining of both and() and or() together.