|
|
|
|
|
by masklinn
1296 days ago
|
|
What characters exactly? "!"? You literally tell it to break, a null-safe language will not actually prevent you from shooting your foot, it'll just make sure you do so knowingly. "foo!" is essentially a shortcut for guard foo else {
fatalError()
}
|
|