https://github.com/thomasuster/cloner
A deep copy algorithm for haxe
https://github.com/thomasuster/cloner
clone copy haxe
Last synced: 5 months ago
JSON representation
A deep copy algorithm for haxe
- Host: GitHub
- URL: https://github.com/thomasuster/cloner
- Owner: thomasuster
- License: other
- Created: 2015-04-08T23:37:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T19:04:21.000Z (over 2 years ago)
- Last Synced: 2024-01-29T22:11:45.295Z (over 2 years ago)
- Topics: clone, copy, haxe
- Language: Haxe
- Homepage:
- Size: 24.4 KB
- Stars: 25
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md)
[](https://travis-ci.org/thomasuster/cloner)
[](https://ci.appveyor.com/project/thomasuster/cloner)
```
git clone https://github.com/thomasuster/cloner.git
haxelib dev cloner cloner/src
```
```
var cloner:Cloner = new Cloner();
var clone = cloner.clone(mostAnything);
```