markdown :: MDLocation :: copy
self
# Return a copy of `self`. fun copy: MDLocation do return new MDLocation(line_start, column_start, line_end, column_end) end