Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2017-05-31T08:23:50Z

Updated

2017-05-31T08:23:50Z

import typetraits
template test(f) =
  type f = object
  echo name(type(f))
  
test ToString
INFO