deftrait LogicalOr as: -> typedoc """ This Trait defines logical or operation and is used by the runtime everywhere it encounters a `||` operator. """ doc """ Return the logical or of self and other. """ def logical_or other: Any end