不执行<T> 函数

T 不执行<T>(
  1. Object? o
)

对给定对象执行 JavaScript 逻辑非(!)操作。

实现

external T not<T>(Object? o);