Re: Silly question about strings (was: Filenames in Ada)



>> package Ada.Strings.Fixed is new Ada.Strings.String_Base( Character );
>...
>Something like this was proposed as an 11th hour suggestion (this year).
Since the generic type parameter is merely any discrete type, presumably
you would support (with appropriate OS calls where needed):
package Ada.Strings.Colors is new Ada.Strings.String_Base(Colors);
package Ada.Strings.Unbounded_Integers
is new Ada.Strings.Unbounded_String_Base(Integer):
.