John Perry

Results 11 issues of John Perry

For the following struct, ``` struct Thing(T); ``` I would like to restrict `T` using some of the options available for structs with named fields, such as restricting a `String`...