From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6214:3ec:: with SMTP id cf12mr40959399qvb.251.1593882026996; Sat, 04 Jul 2020 10:00:26 -0700 (PDT) X-Received: by 2002:a9d:54a:: with SMTP id 68mr34280481otw.81.1593882026638; Sat, 04 Jul 2020 10:00:26 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 4 Jul 2020 10:00:26 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=95.127.241.157; posting-account=C8J7NQoAAAD_ybGY7--QIRi6KpLjoH1Z NNTP-Posting-Host: 95.127.241.157 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6ca9747e-698f-4d60-8e23-b883da5d9f38o@googlegroups.com> Subject: General circular buffer example not tied to any specific type From: Daniel Injection-Date: Sat, 04 Jul 2020 17:00:26 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59337 List-Id: Hello, any theoric example of buffer i can find is always tied to an specific type. I'm looking for any example of ravenscar buffer able for using any type of data at the same time. I suppose it will need to serialize all data and manipulate it as a group of bytes. Does any body knows any example of this written in Ada?