func (list *List) Contains(values ...interface{}) bool {

    if len(values) == 0 {
        return true
    }