Reference: #3603
Proposal is to add usage to the using statement to allow for ease of access to static members of classes.
one possible syntax:
using static System.Math
$b = Pow(1024, 2)
This issue is open to discuss possible implementations, issues concerns, use cases, yays and nays.
Questions: Methods only? All members? syntax? support for PowerShell v5+ user defined classes? precedence?