refactor: plotter, generator
This commit is contained in:
@@ -2,8 +2,8 @@ package bitmap
|
||||
|
||||
import "slices"
|
||||
|
||||
func (p bitmap) value() []uint32 {
|
||||
func (p Bitmap) value() []uint32 {
|
||||
return slices.Clone(p.bitVector)
|
||||
}
|
||||
|
||||
var Value = (bitmap).value
|
||||
var Value = (Bitmap).value
|
||||
|
||||
Reference in New Issue
Block a user