pushin

Results 1 comments of pushin

Things get even more interesting when `Optional` is applied to `Optional`: ```golang type Person struct { Name string Age Option[Option[int]] } ``` It seems that for serialization to work correctly,...