Appearance
crelte / std / CloneableOrPrimitive
type CloneableOrPrimitive = | Cloneable | string | number | boolean | null | undefined;
A type that represents a value that can be cloned.