interface SubsetType {
    contains: UIntVectorType;
    id?: string;
}

Properties

Properties

contains: UIntVectorType
id?: string