nullable

From wikieduonline
Jump to navigation Jump to search

Variables can now be declared as "nullable", which defines whether a variable can be null within a module. Setting nullable = false ensures that a variable value will never be null, and may instead take on the variable's default value if the caller sets it explicitly to null

See also[edit]

Advertising: