文件名称:Matchmaker:在 C# 中启用更强大模式匹配的库
文件大小:188KB
文件格式:ZIP
更新时间:2024-06-19 19:13:20
c-sharp functional-programming pattern-matching net-standard net-standard-2
媒人
一个库,它支持比 C# 的switch语句/表达式中当前可用的更强大的模式匹配。
这个库是的继承者。 可以在那里找到 1.x 版。 该存储库包含2+版本。
安装
如果您的平台支持 .NET Standard 2.1,您可以安装最新版本:
dotnet add package Matchmaker --version 3.0.0
如果没有,则坚持使用 2.x 版:
dotnet add package Matchmaker --version 2.1.0
一个简单的例子
这是最简单的匹配表达式的样子:
using static Matchmaker.Patterns.Pattern;
// ...
string result =
Match.Create