simple_name

The simple name of the definition represented by this meta value.

For example, an operation my_op defined in a module a.b.c, and nested inside namespaces n and m (where n is the outermost), would have the simple name my_op.

Where the kind of definition described by this meta value is a module, simple_name is the last part of the module's path; e.g. for a module a.b.c, the simple_name is c.

Since

0.13.5