Hi,
If I define a class in Scala like
case class(col1: String, col2:Int,...)
and it is created how would I be able to see its description anytime
Thanks

Reply via email to