Underused expanded types
Submitted by Colin LeMahieu on Thu, 10/07/2010 - 14:44.Using expanded types for enumerations or aliased type names:
expanded class MY_ENUMERATION convert value: {INTEGER_32} feature make (value_a: INTEGER_32) do value := value_a end feature value: INTEGER_32 end
It's as simple as that.