.get refuses to work on associative array
p.shkadzko
p.shkadzko at gmail.com
Thu Apr 16 06:33:49 UTC 2020
On Wednesday, 15 April 2020 at 22:09:32 UTC, H. S. Teoh wrote:
> On Wed, Apr 15, 2020 at 09:46:58PM +0000, p.shkadzko via
> Digitalmars-d-learn wrote:
>> [...]
>
> Are you sure the error is on the line you indicated? The error
> message
> claims that your argument types are (double[string], string,
> string),
> but your code clearly has argument types (double[sting], string,
> double). Are you sure dub is compiling the source file(s) you
> think
> it's compiling? Which source file(s) are shown by `dub -v`?
>
>
> T
I should stop programming at night. Indeed it was the incorrect
.get("a", "NULL") instead of .get("a", 0.0), sigh. Sorry guys.
More information about the Digitalmars-d-learn
mailing list