merge r387:397 from candidate to trunk

-- new module std.contracts
  -- migrate callers to it where appropriate
This commit is contained in:
Brad Roberts 2007-10-14 23:04:19 +00:00
parent 9fa812d984
commit a9bc53273c
27 changed files with 736 additions and 443 deletions

View file

@ -3,7 +3,7 @@
module std.array;
private import std.c.stdio;
import std.conv;
import std.contracts;
class ArrayBoundsError : Error
{