Return a copy of self.

Property definitions

markdown $ MDLocation :: copy
	# Return a copy of `self`.
	fun copy: MDLocation do
		return new MDLocation(line_start, column_start, line_end, column_end)
	end
lib/markdown/markdown.nit:938,2--941,4