struct Crytic::Diff::Chunk(T)
- Crytic::Diff::Chunk(T)
- Struct
- Value
- Object
Defined in:
crytic/diff.crConstructors
Instance Method Summary
- #==(other : Chunk)
- #append?
- #colored_data
- #data
- #delete?
- #diff
- #diff=(diff : T)
- #last_chunk?(a_size, b_size)
- #no_change?
- #prefix
- #range_a
- #range_a=(range_a : Range(Int32, Int32))
- #range_b
- #range_b=(range_b : Range(Int32, Int32))
- #type
- #type=(type : Crytic::Diff::Type)