vst.h 


  • Provides a Parse generic extension method for string that converts string to T and no boxing occurs ``` C# // The following code does not occur boxing var a1 = "123".Parse<int>(); // a1 == 123 var a3 =... More information
    • 496 total downloads
    • last updated 2/5/2023
    • Latest version: 1.0.0.1

    • Type Inference
    Auxiliary type inference without writing types that are not necessary.