mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
4a3e94702e
Currently, `ElemType` can only be called on `HashArray`, `HashList` and `List` types when they are first assigned to a variable called `T`. The templates have been adjusted so that different variable names may be used. The templates can now also be applied to in-line computed types, e.g., `ElemType(typeof(x))`.