diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2025-07-13 00:41:51 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2025-07-13 00:41:51 +0200 |
| commit | 4dece322c205eebd8eb9e391817e2b7af223fc08 (patch) | |
| tree | 391befbf75a8cd1cbeb79eb7eedaf730194ffaa8 /refined/struct.go | |
| parent | 9fede8ef986e4bcf8a0b461075fcc13c0fc33c11 (diff) | |
| download | go-gg-refinement-types-4.tar.gz | |
refined: add type Scalarrefinement-types-4
Diffstat (limited to 'refined/struct.go')
| -rw-r--r-- | refined/struct.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/refined/struct.go b/refined/struct.go index 924c32e..65734b6 100644 --- a/refined/struct.go +++ b/refined/struct.go @@ -3,11 +3,13 @@ package refined +/* import . "github.com/majewsky/gg/option" type Struct struct { value Option[struct{}] } +*/ // TODO: require base struct type to have a deep-clone method // TODO: func Get() that does a deep clone, func Set(), func Update(func(*BaseType)) |
