|
|
|
|
|
by LeafStorm
5434 days ago
|
|
Vala does something like that. If you have a method that returns type X, it always has to return an X - not null. The type of "an X or null" is indicated as X?. It makes you realize, "hey, this could be null, am I handling those?" |
|