class Crystal::LibType inherits Crystal::ModuleType ¶ A lib type, like lib LibC. Methods¶ #add_link_annotation(link_annotation : LinkAnnotation) ¶ View source #add_var(name, type, real_name, thread_local) ¶ View source #call_convention : LLVM::CallConvention? ¶ View source #call_convention=(call_convention : LLVM::CallConvention?) ¶ View source #link_annotations : Array(LinkAnnotation)? ¶ View source #lookup_var(name) ¶ View source #metaclass ¶ Returns this type's metaclass, which holds class methods for this type. View source #type_desc ¶ View source #used=(used) ¶ View source #used? : Bool ¶ View source