comparison orange/core/_.d @ 26:78e5fef4bbf2 experimental

Third step in refactoring the API. Stating to add unit tests.
author Jacob Carlborg <doob@me.com>
date Tue, 19 Oct 2010 10:22:10 +0200
parents
children
comparison
equal deleted inserted replaced
25:b51e953f79eb 26:78e5fef4bbf2
1 /**
2 * Copyright: Copyright (c) 2010 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Oct 17, 2010
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module orange.core._;
8
9 public:
10
11 import orange.core.io;
12 import orange.core.string;