Function come::ir::function::ir_generator::assign::field_chain_from_ast

source ·
fn field_chain_from_ast(
    root_type: Type,
    field_name_chain: impl Iterator<Item = String>,
    ctx: &mut IRGeneratingContext<'_>
) -> (Vec<(Type, usize)>, Type)