https://issues.dlang.org/show_bug.cgi?id=21805
--- Comment #1 from Bolpat <[email protected]> --- Obvious semantics: ConditionalType. The OrOrExpression is evaluated at compile-time. If it evaluates to `true`, the Type expression results to the given BasicType, if it evaluates to `false`, it results to the ConditionalType. If the evaluation fails, it is an error. --
