call method

T call(
  1. T a
)

Computes ~a.

Implementation

T call(T a) => (~(a as dynamic)) as T;