Is any entry of a boolean vector true
function anyTrue input Boolean vec[:]; output Boolean anytrue; end anyTrue;