(I mean, is there a way to force the user to use a...
# getting-started
r
(I mean, is there a way to force the user to use a nullable type, so
MyClass<String?>
is okay, but
MyClass<String>
is not)