ExtListBool extension

on

Methods

allFalse() bool

Available on List<bool>, provided by the ExtListBool extension

Returns true if all values are false.
allTrue() bool

Available on List<bool>, provided by the ExtListBool extension

Returns true if all values are true.
anyFalse() bool

Available on List<bool>, provided by the ExtListBool extension

Returns true if at least one value is false.
anyTrue() bool

Available on List<bool>, provided by the ExtListBool extension

Returns true if at least one value is true.