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.
pub fn decompose_array_fat_pointer<'c>(
builder: &Builder<'c>,
array_v: BasicValueEnum<'c>,
) -> Result<(PointerValue<'c>, IntValue<'c>)>Returns the underlying pointer and offset stored in a fat array pointer.