|
|
|
|
|
by nextstep
4339 days ago
|
|
>> For safety, Swift requires the variables to be initialized before being passed with &. This is because it cannot know whether the method being called tries to read from a pointer before writing to it. Isn't the 'maybeError' var being used uninitialized in the example right about this passage? |
|