boolsAnd: Short-circuit evaluator for Boolean values

boolsAndR Documentation

Short-circuit evaluator for Boolean values

Description

Short-circuit evaluator for Boolean values

Usage

boolsAnd(b, x, pred)

Arguments

b

a boolean vector of some length n

x

a vector of lenght presumably equal to n

pred

a predicate to evaluate on these elements of x for which b is TRUE

Value

a boolean vector of length n


kongra/kongRa documentation built on Jan. 18, 2025, 4:34 a.m.