It is aptly called something. Example:
julia> something(nothing, "hello", nothing)
"hello"
julia> something(nothing, nothing)
ERROR: ArgumentError: No value arguments present
It is aptly called something. Example:
julia> something(nothing, "hello", nothing)
"hello"
julia> something(nothing, nothing)
ERROR: ArgumentError: No value arguments present