pub fn builtin_c(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Combine values into a vector or list.
Coerces all arguments to a common type and concatenates them. Named arguments become element names on the result.
@param … values to combine @return vector or list containing all input elements