struct Chunk::NibbleArray

Defined in:

buffer/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Bytes) #

[View source]

Instance Method Detail

def [](index : Int32) : UInt8 #

Returns a value ranging from 0-15 (4 bits)


[View source]
def data : Bytes #

[View source]
def data=(data : Bytes) #

[View source]