blob: b98856d42be32db47b82d1eea2e7ab2ecedeb648 [file] [log] [blame]
// Copyright (c) 2016, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@Deprecated('Use Object.hashAll instead')
library;
///
/// Generates a hash code for multiple [objects].
///
@Deprecated('Use Object.hashAll instead')
int hashObjects(Iterable<Object> objects) => Object.hashAll(objects);