Skip to content

Instantly share code, notes, and snippets.

@MagicalMeghan
Last active April 13, 2020 18:35
Show Gist options
  • Save MagicalMeghan/e8ae120bdab8e246640630eb813fe75f to your computer and use it in GitHub Desktop.
Save MagicalMeghan/e8ae120bdab8e246640630eb813fe75f to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
operator fun contains(s: Singer) : Boolean {
return singers.contains(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment