Update duplicate key information in this Node.
Declared in <script/miniscript.h>
template<typename Ctx>
void
DuplicateKeyCheck(Ctx const& ctx) const;
This uses a custom key comparator provided by the context in order to still detect duplicates for more complicated types.
| Name | Description |
|---|---|
| ctx | Context providing the key comparator used to detect duplicates. |