Nullable.toString

Gives the string "Nullable.null" if isNull is true. Otherwise, the result is equivalent to calling std.format.formattedWrite on the underlying value.

Return Value

Type: string

A string if writer and fmt are not set; void otherwise.

Meta

Suggestion Box / Bug Report