包详细信息

wCopyable

Wandalen3.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

自述文件

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