SciNim / Unchained

A fully type safe, compile time only units library.
https://scinim.github.io/Unchained
110 stars 0 forks source link

improve type extraction for aliases #42

Closed Vindaar closed 1 year ago

Vindaar commented 1 year ago

Slight improvement to extraction of type information for aliases when looking at a typed bracket expression (e.g. X[idx] of fields of unchained types).

Update: