We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4c9d commit 827bdb4Copy full SHA for 827bdb4
1 file changed
Code/Helpers/Safe.cs
@@ -1,5 +1,8 @@
1
namespace SER.Code.Helpers;
2
3
+/// <summary>
4
+/// Wrapper for a value that might be read before it's set.
5
+/// </summary>
6
public struct Safe<T>
7
{
8
private readonly bool _set;
0 commit comments