Using a formatter ("%14d") in writefln, the "14" applies not only to the original variable but to the next as well. writefln(">%14d<, ", 15, [1,2,3]); OUTPUT: > 15<, [ 1, 2, 3] INSTEAD OF: > 15<, [1,2,3] The specs (http://digitalmars.com/d/1.0/phobos/std_format.html#format-string) don't tell me this behaviour is to be expected, if I'm wrong please correct me.
Fixed dmd 2.001
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル