The offset in string of the beginning of a substring

Property definitions

core $ NativeMatchArray :: rm_so
	# The offset in string of the beginning of a substring
	fun rm_so: Int `{ return self->rm_so; `}
lib/core/re.nit:108,2--109,41