cannot pass named tuples into `fieldtypes()`?
hematthi opened this issue · 2 comments
hematthi commented
EchelleCCFs.jl/src/convenience/util.jl
Lines 3 to 4 in a639217
I get a method error (no method matching fieldtypes(::NamedTuple))...
hematthi commented
Also I get no methods for fieldvalues
(UndefVarError; maybe this is in some package I don't know?):
EchelleCCFs.jl/src/convenience/util.jl
Lines 7 to 8 in a639217
hematthi commented
namedtuple
should be NamedTuple
?
EchelleCCFs.jl/src/convenience/util.jl
Line 11 in a639217