Variable Function.returnType

Return type. Initial value: bolts.experimental.refraction.ReturnType!fun.

struct Function
{
  // ...
  immutable(char[]) returnType ;
  // ...
}