Interface PrimitiveValObject

interface PrimitiveValObject {
    clone(): this;
    copy(other: any): any;
    equals(other: any): boolean;
}

Methods

Methods