Will you help me, how the method can access to struct data?
For instance:
struct DF{Td}
data::Td
function square()
return data^.2
end
end
Will you help me, how the method can access to struct data?
For instance:
struct DF{Td}
data::Td
function square()
return data^.2
end
end