Type of self (used for factorization of several methods, ex : substring_from, empty...)

Property definitions

core $ Text :: SELFTYPE
	# Type of self (used for factorization of several methods, ex : substring_from, empty...)
	type SELFTYPE: Text
lib/core/text/abstract_text.nit:32,2--33,20

core $ Buffer :: SELFTYPE
	redef type SELFTYPE: Buffer is fixed
lib/core/text/abstract_text.nit:1535,2--37

core $ String :: SELFTYPE
	redef type SELFTYPE: String is fixed
lib/core/text/abstract_text.nit:1491,2--37