ahrefs / atd

Static types for JSON APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atdd: support recursive declaration through references

elrandar opened this issue · comments

Add support for dlang tag (eg <dlang t="ref">), to represent one element of a struct as a reference type (pointer).
Currently this is not supported, and recursive types can only be implement through using lists.