node_depth Function

public function node_depth(node) result(depth)

Determine depth of SLL

Arguments

Type IntentOptional Attributes Name
type(fhash_node_t), intent(in), target :: node

Node to check depth

Return Value integer


Contents