operator + method

FtsP operator +(
  1. FtsP p
)

Implementation

FtsP operator +(FtsP p) => FtsP("$str + ${p.str}");