Base.@kwdef mutable struct b_t b1::Float64 = 0.0 b2::MVector{2, a_t} = @MVector [a_t() for _ = 1:2] end