Funcs
func initFloatRect(x, y, w, h: SomeNumber): FloatRect {...}{.inline.}
func initIntRect(x, y, w, h: SomeNumber): IntRect {...}{.inline.}
func `==`[T: SomeRect](a, b: T): bool {...}{.inline.}
func initFloatRect(x, y, w, h: SomeNumber): FloatRect {...}{.inline.}
func initIntRect(x, y, w, h: SomeNumber): IntRect {...}{.inline.}
func `==`[T: SomeRect](a, b: T): bool {...}{.inline.}