mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-10 06:15:44 +00:00
33f548186d
Currently, `ElemType` can only be called on `List` types when they are first assigned to a variable called `T`. The template has been adjusted so that different variable names may be used. The template can now also be applied to in-line computed types, e.g., `ElemType(typeof(x))`.