and method

JSAny? and(
  1. JSAny? any
)

Returns the result of 'this && any' in JS.

Implementation

external JSAny? and(JSAny? any);