std.typecons.Rebindable

Jack Applegame japplegame at gmail.com
Fri Jan 31 00:40:28 PST 2014


Why doesn't Rebindable allow associative arrays?

import std.typecons;

Rebindable!(immutable string[]) data1;       // ok
Rebindable!(immutable string[string]) data2; // error


More information about the Digitalmars-d-learn mailing list