Results 3 comments of Paul Chen

I found that after removing `using System.Linq;` the variable shows. I guess the `Count` extension method caused intellisense to only show suggestions for `T`.

Maybe my mention on `array.Length` caused some misunderstandings, if the operator overload of `MyDecimal` is removed then `m.ex+` can produce `m.Exponent+`. So I think this is less likely to have...

> You can wrap the conda initialization code in a function inside your profile.ps1 file > ... > You could also expand this function further and add parameters to use...