LLVMStructCreateNamed

Create an empty structure in a context having a specified name.

@see llvm::StructType::create()

extern (C) nothrow
LLVMTypeRef
LLVMStructCreateNamed
(
LLVMContextRef C
,
const(char)* Name
)

Meta