not<T> 函数

T not<T>(
  1. Object? o
)

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

实现

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