decompose_array_fat_pointer

Function decompose_array_fat_pointer 

Source
pub fn decompose_array_fat_pointer<'c>(
    builder: &Builder<'c>,
    array_v: BasicValueEnum<'c>,
) -> Result<(PointerValue<'c>, IntValue<'c>)>
Expand description

Returns the underlying pointer and offset stored in a fat array pointer.