Skip to main content

check_list_shape

Function check_list_shape 

Source
fn check_list_shape(
    sexp: SEXP,
    expected_len: usize,
    len: usize,
) -> Result<(), SexpError>