HH\ReifiedGenerics\get_type_structure

Returns the type structure representation of the reified type

namespace HH\ReifiedGenerics;

function get_type_structure<T>(): TypeStructure<T>;

Returns

  • TypeStructure<T>