[][src]Function wlambda::struct_pattern::compile_struct_list_pattern

pub fn compile_struct_list_pattern(
    ast: &VVal,
    var_map: &VVal,
    var: Option<Symbol>,
    next: StructListNode
) -> Result<StructListNode, CompileError>