nitc :: ASelfExpr :: make
private init make(v: nullable Variable, t: nullable MType) do init_aselfexpr(new TKwself, null) _mtype = t if t != null then is_typed =true end