All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.llvm.Struct Maven / Gradle / Ivy

package org.qbicc.machine.llvm;

/**
 *
 */
public interface Struct extends LLValue {
    Struct item(LLValue type, LLValue value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy