Function cl_interpret::builtin::to_args

source ·
pub fn to_args<const N: usize>(args: &[ConValue]) -> IResult<&[ConValue; N]>
Expand description

Turns an argument slice into an array with the (inferred) correct number of elements