SingleValuePalette

This commit is contained in:
Tnze
2021-12-19 09:53:45 +08:00
parent 70b0fbf1b7
commit 10c3b8771e
4 changed files with 87 additions and 19 deletions

View File

@ -123,8 +123,8 @@ func (b *BitStorage) Len() int {
return b.length
}
// Longs return the underling array of uint64 for encoding/decoding.
func (b *BitStorage) Longs() []uint64 {
// Raw return the underling array of uint64 for encoding/decoding.
func (b *BitStorage) Raw() []uint64 {
if b == nil {
return []uint64{}
}