and<T> function
Perform JavaScript logical and comparison (&&
) of two expressions.
Implementation
external T and<T>(Object? first, Object? second);
Perform JavaScript logical and comparison (&&
) of two expressions.
external T and<T>(Object? first, Object? second);