Diff::Chunk(T)
Inherits Struct / Value / Object
Constructors
new(diff : T, type : Type, range_a : Range(Int32, Int32), range_b : Range(Int32, Int32))
SourceInstance methods
==(other : Chunk)
Sourceappend?
Sourcedata
Sourcedelete?
Sourcediff
Sourcediff=(diff : T)
Sourceinspect(io)
Sourceno_change?
Sourcerange_a
Sourcerange_a=(range_a : Range(Int32, Int32))
Sourcerange_b
Sourcerange_b=(range_b : Range(Int32, Int32))
Sourcetype
Sourcetype=(type : Diff::Type)
Source