An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md)
[![TravisCI Build Status](https://travis-ci.org/thomasuster/cloner.svg?branch=master)](https://travis-ci.org/thomasuster/cloner)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/thomasuster/cloner?branch=master&svg=true)](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);
```