Jacob Fox
Results
1
comments of
Jacob Fox
> Is there any reason in particular you're trying to initialize it that way instead of the more canonical: > > ```rust > let instance = MyStruct(0); > ``` >...