Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
diff
master
Diff
Box
Differ
Edit
Type
Line
Myers
MyersLinear
Printer
Built with Crystal 1.9.2
2023-10-07 21:37:34 UTC
struct
Diff::Box
Diff::Box
Struct
Value
Object
Defined in:
diff/box.cr
Constructors
.new
(left : Int32, top : Int32, right : Int32, bottom : Int32)
Instance Method Summary
#bottom
: Int32
#delta
#height
#left
: Int32
#right
: Int32
#size
#top
: Int32
#width
Constructor Detail
def self.
new
(left : Int32, top : Int32, right : Int32, bottom : Int32)
#
[
View source
]
Instance Method Detail
def
bottom
: Int32
#
[
View source
]
def
delta
#
[
View source
]
def
height
#
[
View source
]
def
left
: Int32
#
[
View source
]
def
right
: Int32
#
[
View source
]
def
size
#
[
View source
]
def
top
: Int32
#
[
View source
]
def
width
#
[
View source
]