where function

VARP where(
  1. VARP x
)

Implementation

VARP where(VARP x) => VARP.fromPointer(C.mnn_expr_Where(x.ptr));