nitc :: AFloatExpr :: make
private init make(value: nullable Float, t: nullable MType) do _mtype = t if t != null then self.is_typed = true _value = value _n_float = new TFloat # dummy end