get_list


Description:

public unowned SList<Value> get_list ()

Returns a SList containing Value objects.

Each Value in the returned list will have the type returned by get_list_type. Remember that the empty SList is equal to <symbol>NULL</symbol>. The list is not a copy; it is "owned" by the Value and will be destroyed when the Value is destroyed.

Parameters:

this

a Value.

Returns:

a List.