Container

This is a helper for addDataControllerWidget. You can use it as a UDA on the type. See http://dpldocs.info/this-week-in-d/Blog.Posted_2020_11_02.html for more information.

Please note that as of May 28, 2021, a dmd bug prevents this from compiling on module-level structures. It works fine on structs declared inside functions though.

See: https://issues.dlang.org/show_bug.cgi?id=21984

template Container (
CArgs...
) {}
Suggestion Box / Bug Report