Amazon Vinyl
    Preparing search index...

    Interface Cloneable<T>

    An interface that may be implemented to provide custom clone behavior.

    interface Cloneable<T> {
        clone(): T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index