github.com/primecitizens/pcz/std@v0.2.1/core/alloc/alloc_test.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  package alloc
     5  
     6  var (
     7  	_ M = DenyNoneZero{}
     8  	_ P = DenyNoneZero{}
     9  )