comparison orange/util/collection/_.d @ 30:9d1a8023bb89 experimental

Added IDs to every serialized value.
author Jacob Carlborg <doob@me.com>
date Sun, 21 Nov 2010 17:12:24 +0100
parents
children
comparison
equal deleted inserted replaced
29:c422ff6477dd 30:9d1a8023bb89
1 /**
2 * Copyright: Copyright (c) 2010 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Nov 21, 2010
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module orange.util.collection._;
8
9 public:
10
11 import orange.util.collection.Array;