pub fn array_fat_pointer_ty<'c>(
session: &TypingSession<'c, '_>,
elem_ty: BasicTypeEnum<'c>,
) -> StructType<'c>
Expand description
Returns the LLVM representation of an array value as a fat pointer.
pub fn array_fat_pointer_ty<'c>(
session: &TypingSession<'c, '_>,
elem_ty: BasicTypeEnum<'c>,
) -> StructType<'c>
Returns the LLVM representation of an array value as a fat pointer.