On Wednesday, 2 April 2025 at 16:47:36 UTC, Sergey wrote:
> ```d
> struct S
> {
> static struct Inner
> {
> string s = "foo";
> }
>
> @serdeOptional
> Nullable!(Inner) inner = Inner.init;
> }
> ```
>
> seems working
Thanks!