On 12/03/2017 03:46 AM, bauss wrote:
On Sunday, 3 December 2017 at 07:38:47 UTC, Jonathan M Davis wrote:As I understand it, there is no outer for nested structs, only nested classes. So, you'll either have to use a nested class or explicitly pass a reference to the outer class to the nested struct.It wouldn't make much sense either, if a struct was able to do it.
Why is that?