nitc :: ABlockExpr :: make
private init make(t: nullable MType) do if t != null then _mtype = t _is_typed = true end end