Noob question here, but I've been unable to find in official documentation what <Tdata>
is in C#? I was watching this talk on railway oriented programming in C# which also mentions <Terror>
and <Tsuccess>
which I have been unable to find any documentation on as well:
https://www.youtube.com/watch?v=45yk2nuRjj8
For next time I run into an unknown data type like this, where is the appropriate place to look in the docs? I've been looking here: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-types
Thanks!