On Tuesday, 14 January 2020 at 23:59:59 UTC, mipri wrote:
On Tuesday, 14 January 2020 at 23:23:51 UTC, Jamie wrote:
c.f. https://issues.dlang.org/show_bug.cgi?id=17607
I found that by searching the forums for your error.
That has fixed my issue. I had searched the forums for relevant
topics,
On Tuesday, 14 January 2020 at 23:23:51 UTC, Jamie wrote:
I'm trying to initialise an associated array of associated
arrays with values, taking the same approach I would for an
associated array:
This works:
import std.stdio;
void main() {
string[string][string] table = ([
"in
I'm trying to initialise an associated array of associated arrays
with values, taking the same approach I would for an associated
array:
string[string][string] table = [
"info" : [
"equation" : "H2 + I2 <=> 2HI",
"type" : "elementary",
],
"frc" : [
"A" :