|
|
|
|
|
by gameswithgo
2783 days ago
|
|
It doesn't seem like you are familiar with how option types get rid of null. You don't have to make up data to satisfy things not being null. You set them none, and the language either forces, or encourages usually, you to always check if the option is none or some. |
|