LLVMTypeIsSized

Whether the type has a known size.

Things that don't have a size are abstract types, labels, and void.a

@see llvm::Type::isSized()

extern (C) nothrow
LLVMBool
LLVMTypeIsSized
(
LLVMTypeRef Ty
)

Meta