Top "Unwrap" questions

how to disable line wraparound in Microsoft Word 2010 outline view

In outline view, the lines begin wrapping around if they're more than about 50 characters or so. How can this wraparound …

ms-word outline unwrap
"Value of optional type 'String?' not unwrapped; did you mean to use '!' or '?' ?"

I have not been studying iOS or Swift for very long. With one of the latest Xcode updates, many of …

swift compiler-errors unwrap
Map with Optional Unwrapping in Swift

Say I had the below api : func paths() -> [String?] { return ["test", nil, "Two"] } And I was using this …

swift dictionary optional unwrap
Value of optional type 'String?' not unwrapped; did you mean to use '!' or '?'?

I define a class in Swift like that: class RecordedAudio: NSObject { var title: String! var filePathUrl: NSURL! init(title: String, …

swift constructor unwrap