I'm using a struct containing a property of type UIStatusBarStyle
and like to use the "auto equatable feature" of Swift 4.1 for this struct.
The documentation of UIStatusBarStyle
shows it's an enum of type int, but doesn't say "conforms to Equatable". Is it equatable? Are there any docs for this?