Having something like this would be nice: ```julia @dynamicstruct struct Example (a, b) = some_function() (;c, d) = other_function() end ```