Skip to content

Commit 827bdb4

Browse files
Update Safe.cs
1 parent 01e4c9d commit 827bdb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Code/Helpers/Safe.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
namespace SER.Code.Helpers;
22

3+
/// <summary>
4+
/// Wrapper for a value that might be read before it's set.
5+
/// </summary>
36
public struct Safe<T>
47
{
58
private readonly bool _set;

0 commit comments

Comments
 (0)