in_ method

Builder in_(
  1. Builder other
)

Returns the in operation of this and other.

this in other

Implementation

Builder in_(
  Builder other,
) {
  return builder.in_(this, other);
}