Macro for defining Heterogeneous List functions #74
Labels
C - Code Quality
Category: Addressing quality and cleanup of existing code.
P - Low
Priority: Not particularly urgent.
S - Needs Investigation
Status: Further investigation is needed.
Internal code defining functions and methods on heterogeneous lists is a bit repetitive, redefining the functions and methods 3 separate times. We can consider combining that definition into an internal
macro_rules
macro.The text was updated successfully, but these errors were encountered: