或<T> 函数

T or<T>(
  1. Object? first,
  2. Object? second
)

执行两个表达式的 JavaScript 逻辑或比较(`||`)。

实现

external T or<T>(Object? first, Object? second);