roxton

Results 1 comments of roxton

Let me offer a use case that may motivate the ! as a complement to ? on types. ``` fun lookup(type: Class) : Deserializer { ... } fun Deserializer.optional(): Deserializer...