Overview of Ada 2022
Jeff Cousins
Contents   Index   Search   Previous   Next 

7.10 Missing operations of static string types

Missing operations of static string types (AI12-0201) defines that relational operators and type conversions of static string types are now static.
Static membership tests for strings, e.g. S in "abc", were already allowed; static equality tests for strings, e.g. S = "abc", are now also allowed.

Contents   Index   Search   Previous   Next 
© 2021, 2022 Jeff Cousins