def

func:def

def(symbol, checked: true)

Lookup a def by its symbol name (Str or Symbol). If not found return null or raise UnknownDefErr based on checked flag. The result is returned as the definition's normalized dict representation.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function