mkBvAndExpr

open fun <T : KBvSort> mkBvAndExpr(arg0: KExpr<T>, arg1: KExpr<T>): KExpr<T>

Create bitwise AND (bvand) expression.