Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wCopyable

Wandalen4.7kMIT0.4.412

Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.

wTools, wCopyable, copy, clone, copy mixin, clone mixin, constructor, destructor, init, finit

readme

module::Copyable status experimental

Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.

Try out

npm install
node sample/Base.s
npm install
node sample/Descendant.s