Function: hash-table-weakness

hash-table-weakness is a function defined in fns.c.

Signature

(hash-table-weakness TABLE)

Documentation

Return the weakness of TABLE.

Probably introduced at or before Emacs version 21.1.

Source Code

// Defined in /usr/src/emacs/src/fns.c
{
  return check_hash_table (table)->weak;
}