package SPVM::Hash::Entry {
  allow SPVM::Hash;

  has key : string;
  has val : object;
  has next_entry : SPVM::Hash::Entry;
}