operator / method

Symbol operator /(
  1. Symbol t
)

Implementation

Symbol operator /(Symbol t) => Symbol(name + '.' + t.name);