Skip to content

Unused variable type T during precompilation #6

@sreshna

Description

@sreshna

struct VarDataType{T} <: Variable{T}
attribute::Union{Nothing, VarAttribute}
valTypePair::Pair{Symbol, eltype(T)}
value::Union{Nothing, eltype(T)}
varType::VariableType
end
struct LetDataType{T} <: Variable{T}
valTypePair::Pair{Symbol, eltype(T)}
value::Union{Nothing, eltype(T)}
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions