Skip to contents

Find an object in a nested list by name

Usage

find_name(haystack, needle)

Arguments

haystack

A nested list.

needle

Name of the object to find.

Value

Object in the nested list with the given name or NULL if not found.