Skip to main content

or

Function or 

Source
pub fn or(a: &Expr, b: &Expr, scope: &[(String, Value)]) -> R
Expand description

論理和(短絡: a=true なら b は評価されない)。