<% render(instance) %> <%= includes((0..x).size) %> #include #include // We must make sure we always have the same seed to have reproducible results. <% xs = (0..x).map { |i| "boost::hana::int_<#{i}>" }.shuffle(random: Random.new(0)) %> int main() { auto go = boost::hana::minimum( <%= list(xs.map { |x| "decltype(#{x})" }, xs) %> ); }