```julia-repl julia> f = Base.Fix2(typeassert, Bool) (::Base.Fix2{typeof(typeassert), Type{Bool}}) (generic function with 1 method) julia> sizeof(f) 8 julia> Base.issingletontype(typeof(f)) false ```