is there any way to define a default type for gen...
# announcements
s
is there any way to define a default type for generics? For ex I have
ServiceCallback2<in T: BaseResponse, in R: ErrorDataModel>
Is there any language feature to default one of the param to be
ServiceCallback2<in T: BaseResponse, in R: ErrorDataModel = ErrorDataModel>