struct Crytic::Diff::Chunk(T)

Defined in:

crytic/diff.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(diff : T, type : Type, range_a : Range(Int32, Int32), range_b : Range(Int32, Int32)) #

Instance Method Detail

def ==(other : Chunk) #

def append? #

def colored_data #

def data #

def delete? #

def diff #

def diff=(diff : T) #

def last_chunk?(a_size, b_size) #

def no_change? #

def prefix #

def range_a #

def range_a=(range_a : Range(Int32, Int32)) #

def range_b #

def range_b=(range_b : Range(Int32, Int32)) #

def type #

def type=(type : Crytic::Diff::Type) #