How to obtain complex type in scala macro?

后端 未结 0 993
遇见更好的自我
遇见更好的自我 2021-01-28 18:36

I have following macro, which is constucting some Field class for given accessor of source class:

case class Field[S, F](name: String, lens: Lens[S, F])

class Fi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题