What does the"<=>"operator mean?
it doesn't mean anything.
it is used to compare two expressions and can return -1 or 0 or 1.
it is used to compare two booleans and can return"true"or"false".
it is used to associate two objects with each other.