How do you do namespaces in Swift?

Replies

You can do it much like you'd do it in Java, kind of like this (example taken from The Swift Programming Language):

var someValue: ExampleModule.MyType