What's true about initializers in structures?
Great! Initializers also exist for structures but, like in classes, they're optional because there's a default initializer.
So close! Initializers also exist for structures but, like in classes, they're optional because there's a default initializer.