mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Optional<T> helps to not forget to check about nullness where it is needed. This commit should be equivalent and shouln't fix any bug, BTW the Optional<T> semantic turns out to be useful in the next commits. Possibly all nullable values will be replaced by Optional in the future.