www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Associative array using std.container.array

reply Vino <akashvino79 gmail.com> writes:
Hi All,

    Is it possible to create an associative array using 
std.container.array, if possible can you please provide me an 
example nor send me some link which has this information.


From,
Vino.B
Oct 28 2020
parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Wed, Oct 28, 2020 at 06:54:01PM +0000, Vino via Digitalmars-d-learn wrote:
 Hi All,
 
    Is it possible to create an associative array using
 std.container.array, if possible can you please provide me an example
 nor send me some link which has this information.
https://dlang.org/phobos/std_array.html#assocArray T -- Creativity is not an excuse for sloppiness.
Oct 28 2020