Skip to main content

builtin_list

Function builtin_list 

Source
fn builtin_list(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Construct a list from the given arguments.

Named arguments become named elements of the list.

@param … values to include in the list @return list