Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optional

Most elegant way to compare two optionals in Swift

swift optional option-type

Swift - use of optional with let

Map with Optional Unwrapping in Swift

How to do an action if an optional boolean is true?

Optional.get() versus overloaded Optional.orElseThrow()

java optional java-10

How do I represent an Optional String in Go?

string go null optional variant

How to set optional parameter without compile-time constant

c# parameters optional

Assign value of Optional to a variable if present

java lambda optional

archive array of optional structs with NSCoding in Swift?

Optional conversion from Guava to Java

java guava optional

Is it okay to "Move" an object from a queue, if you're about to pop from it?

c++ c++11 boost stl optional

Should I use optional for properties of object models that will be parsed from JSON?

Null check vs Optional is present check

Is there any built in way to "combine" two Options?

rust optional option-type

Return Optional value with ?: operator

c++ optional c++17

Why does moving std::optional not reset state

c++ c++17 optional option-type

Why is there a dummy union member in some implementations of std::optional?

Which Swift types can be represented in Objective-C?

Optional Int in Realm

swift int swift2 realm optional

C++ equivalent of Rust's Result<T, E> type?