nitc :: MClass :: try_intro
null
SEE: intro
intro
# The definition that introduces the class or `null` if not yet known. # # SEE: `intro` fun try_intro: nullable MClassDef do if isset _intro then return _intro else return null end