Interface Value

interface Value {
    content: ValueContents;
    kind: "value";
    type: xir.Type;
}

Properties

Properties

content: ValueContents
kind: "value"
type: xir.Type