True if the passed type is a Thrift entity (struct, exception, enum, service).
Returns an IDL string describing the passed enum. IDL code for any type dependcies is not included.
Returns an IDL string describing the passed »root« entities and all types they depend on.
Returns an IDL string describing the passed service. IDL code for any type dependcies is not included.
Returns an IDL string describing the passed struct. IDL code for any type dependcies is not included.
Contains <b>experimental</b> functionality for generating Thrift IDL files (.thrift) from existing D data structures, i.e. the reverse of what the Thrift compiler does.