github.com/primecitizens/pcz/std@v0.2.1/core/opt/value_test.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 package opt 5 6 var ( 7 _ Interface[struct{}] = (*Value[struct{}])(nil) 8 )