From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) 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.5-pre1 X-Received: by 2002:a05:620a:716:: with SMTP id 22mr3119549qkc.356.1600920642900; Wed, 23 Sep 2020 21:10:42 -0700 (PDT) X-Received: by 2002:ac8:4548:: with SMTP id z8mr3570581qtn.291.1600920642797; Wed, 23 Sep 2020 21:10:42 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!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: Wed, 23 Sep 2020 21:10:42 -0700 (PDT) In-Reply-To: <6ca9747e-698f-4d60-8e23-b883da5d9f38o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=103.238.106.212; posting-account=9hKPWAoAAAAuQhSnmI8oNRPlWYMuRDJy NNTP-Posting-Host: 103.238.106.212 References: <6ca9747e-698f-4d60-8e23-b883da5d9f38o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: General circular buffer example not tied to any specific type From: nimaopatel121@gmail.com Injection-Date: Thu, 24 Sep 2020 04:10:42 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60261 List-Id: On Saturday, 4 July 2020 22:30:28 UTC+5:30, Daniel wrote: > 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?