TypedStruct with array and default
I have a typed_struct with an
Structs:
Data:
With
Without
{:array, OtherStruct} field. Passing data to new() works as expected but after adding default: [] to the field, the field only returns []. I'm not sure if this is a bug or intended.Structs:
Data:
With
default: []Without
default: []

