Interface copyable_t<T>

copy メソッドを持つクラスのインターフェース

interface copyable_t<T> {
    copy(): T;
}

Type Parameters

  • T

Methods

Methods