comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: 2-dimensional view on 1 dimensional array
Date: Wed, 26 Oct 2022 08:08:36 -0700 (PDT)	[thread overview]
Message-ID: <9dadc13d-3bda-4166-9e24-6634d36255ean@googlegroups.com> (raw)
In-Reply-To: <tj94l2$238d3$2@dont-email.me>

ficorax@gmail.com schrieb am Dienstag, 25. Oktober 2022 um 18:59:15 UTC+2:
> I want just to know if it is possible to make different "view" on 1 
> dimensional array. And of course I meant not 2-dimensional array but 
> array of arrays. Reason for that is that I want to use slicing on that view. 
> 
> Ok, here is full specification:
> generic 
> type T is private; 
> type T_Array is array (Natural range <>) of aliased T; 
> type T_Array_Access is access all T_Array; 
> package Buffers is 

and so on ununderstandably.
Have you ever heard of something like comments? Or more fundamentally, of design? This is just a lump of code fragments hurting my brain.

  parent reply	other threads:[~2022-10-26 15:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 16:59 2-dimensional view on 1 dimensional array Marek
2022-10-26  8:57 ` J-P. Rosen
2022-10-26 15:08 ` AdaMagica [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-23 12:31 Marek
2022-10-24 10:31 ` AdaMagica
2022-10-24 10:35   ` AdaMagica
2022-10-25 11:05     ` AdaMagica
2022-10-25 12:57 ` J-P. Rosen
2022-10-25 15:53   ` Jeffrey R.Carter
2022-10-25 19:55     ` J-P. Rosen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox