chore: initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace StevanFreeborn.Results
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Represents a void-like type for use with Result when no value is needed.
|
||||
/// </summary>
|
||||
public readonly struct Unit
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user