@@ -0,0 +1,9 @@
|
||||
package bitmap
|
||||
|
||||
import "slices"
|
||||
|
||||
func (p Bitmap) value() []uint32 {
|
||||
return slices.Clone(p.bitVector)
|
||||
}
|
||||
|
||||
var Value = (Bitmap).value
|
||||
Reference in New Issue
Block a user