get_maybe


Description:

public Variant? get_maybe ()

Given a maybe-typed Variant instance, extract its value.

If the value is Nothing, then this function returns null.

Parameters:

this

a maybe-typed value

Returns:

the contents of this, or null