Open
Description
We might be able to replace TypeName
with lazy const / static Type
s. This would be useful, since TypeName
exists as a hack to generate Type
s on demand.
Similarly, we might be able to replace JetName
and somehow include all the information from JetNode
in the enum. This would be useful, because it would guarantee that each jet name refers to exactly one jet. At the moment, we could readily define two jets with the same JetName
and this would cause all kinds of havoc.
Originally posted by @apoelstra in #26 (comment)
Metadata
Metadata
Assignees
Labels
No labels