[Issue 4827] New: std.format.formatValue for AArray
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 5 20:53:48 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4827
Summary: std.format.formatValue for AArray
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: rayerd.wiz at gmail.com
--- Comment #0 from Haruki Shigemori <rayerd.wiz at gmail.com> 2010-09-05 20:53:28 PDT ---
Created an attachment (id=747)
Replace to "FormatSpec" from "ref FormatSpec"
import std.stdio;
void main()
{
int[string] aa = ["hhhhh":10, "jjjjj":20, "kkkkkk":30];
writeln(aa);//hhhhh:10 j:20 k:30
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list