Example #1
0
 /**
  * This method returns the object's hash code.
  *
  * @access public
  * @static
  * @param Core\Type $x                                      the object to be evaluated
  * @return IString\Type                                     the object's hash code
  */
 public static function hashCode(Core\Type $x) : IString\Type
 {
     return $x->hashCode();
 }