Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vibed の Diet ソース コード、void compileDietString(string diet_code, ALIASES...)(OutputStream stream__)関数で確認できます。
void compileDietString(string diet_code, ALIASES...)(OutputStream stream__)
テンプレート パラメーターとして、最大で無限のエイリアスが必要になることがわかります。
これらのエイリアスは何ですか? ソースを理解するのに苦労しています。トレイトやミックスインなど、よく理解していない多くの概念が使用されています。