operator & method

TsQuery operator &(
  1. TsQuery other
)

Implementation

TsQuery operator &(TsQuery other) => _AndTsQuery._()
  .._add(this)
  .._add(other);