From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b4a4dceda94869d2,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.30.34 with SMTP id p2mr2910733pbh.4.1320749177674; Tue, 08 Nov 2011 02:46:17 -0800 (PST) Path: h5ni12212pba.0!nntp.google.com!news1.google.com!postnews.google.com!m10g2000vbc.googlegroups.com!not-for-mail From: "comp.lang.php" Newsgroups: comp.lang.ada Subject: Iterators in Ada2012 Date: Tue, 8 Nov 2011 02:05:33 -0800 (PST) Organization: http://groups.google.com Message-ID: <66dbca36-0248-458a-aff4-1176d6ce098b@m10g2000vbc.googlegroups.com> NNTP-Posting-Host: 152.78.67.71 Mime-Version: 1.0 X-Trace: posting.google.com 1320749177 28586 127.0.0.1 (8 Nov 2011 10:46:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 Nov 2011 10:46:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m10g2000vbc.googlegroups.com; posting-host=152.78.67.71; posting-account=B_SmUwoAAAArT7-avjstloPG8dLOABck User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2,gzip(gfe) Xref: news1.google.com comp.lang.ada:18854 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-11-08T02:05:33-08:00 List-Id: I have an instantiation of the package Ada.Containers.Ordered_Maps (Integer, Float). Is there a neat way of iterating over the values similar to the construction: for x of a_Set loop ... end loop.