We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ecd9b commit e9b413cCopy full SHA for e9b413c
1 file changed
readme.md
@@ -12,6 +12,8 @@ maximum performance, minimal memory allocation typed identifiers.
12
13
```csharp
14
public readonly partial record struct UserId : IStructId<Guid>;
15
+// String-based ID
16
+public readonly partial record struct ProductId : IStructId;
17
```
18
19
Unlike other such libraries for .NET, StructId introduces several unique features:
0 commit comments