Overload len
builtin for accepting a hash_table.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
Return the number of (actually stored) nodes of the hash table, namely the hash table length.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hash_table), | intent(in) | :: | self | The hash table. |
||
logical, | intent(in), | optional | :: | global | Check the global values on all CAF images rather only on the local image. |
The hash table length.