other < self

Property definitions

core $ Comparable :: >
	# `other` < `self`
	fun >(other: OTHER): Bool do return other < self
lib/core/kernel.nit:330,2--331,49

core $ UInt32 :: >
	redef fun >(i) is intern
lib/core/fixed_ints.nit:605,2--25

core $ Int8 :: >
	redef fun >(i) is intern
lib/core/fixed_ints.nit:121,2--25

core $ Int16 :: >
	redef fun >(i) is intern
lib/core/fixed_ints.nit:242,2--25

core $ UInt16 :: >
	redef fun >(i) is intern
lib/core/fixed_ints.nit:363,2--25

core $ Int32 :: >
	redef fun >(i) is intern
lib/core/fixed_ints.nit:484,2--25

gmp $ Ratio :: >
    redef fun >(r) do return (self <=> r) > 0
lib/gmp/gmp.nit:318,5--45

core $ Char :: >
	redef fun >(i) is intern
lib/core/kernel.nit:917,2--25

core $ Byte :: >
	redef fun >(i) is intern
lib/core/kernel.nit:621,2--25

core $ Float :: >
	redef fun >(i) is intern
lib/core/kernel.nit:532,2--25

gmp $ BigInt :: >
    redef fun >(i) do return (self <=> i) > 0
lib/gmp/gmp.nit:150,5--45

core $ Int :: >
	redef fun >(i) is intern
lib/core/kernel.nit:722,2--25