boolsAnd: Short-circuit evaluator for Boolean values

Description Usage Arguments Value

Description

Short-circuit evaluator for Boolean values

Usage

1
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/koR documentation built on May 29, 2019, 3:39 a.m.