Files
JustFixMe f39b899514
All checks were successful
.NET Test / test (push) Successful in 1m9s
made all extensions source generated
2023-12-07 23:21:00 +04:00

7 lines
116 B
C#

namespace Just.Railway.SourceGen;
internal static class Constants
{
public const int MaxResultTupleSize = 5;
}