{# obj should be a class or member #} {% if obj.typeConstraints %}
{{ tr.typeConstraints }}
{% for arg in obj.typeConstraints %} {% endfor %}
{{ arg.name }}  {{ arg.type }}  {{ arg.docs }}
{% endif %}