Fetch 4 chars in self at pos

Property definitions

core $ CString :: fetch_4_hchars
	# Fetch 4 chars in `self` at `pos`
	fun fetch_4_hchars(pos: Int): UInt32 is intern `{ return (uint32_t)be32toh(*((uint32_t*)(self+pos))); `}
lib/core/text/native.nit:307,2--308,105