T> 函数

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

执行两个表达式的 JavaScript 逻辑与比较 (&&)。

实现

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