1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:37:35 +00:00

AK: Export integer_sequence_generate_array()

This commit is contained in:
Ali Mohammad Pur 2021-04-26 01:33:12 +04:30 committed by Andreas Kling
parent b361793ad8
commit ab03c6fadf

View file

@ -111,3 +111,4 @@ constexpr static auto iota_array(const T offset = {})
using AK::Array;
using AK::iota_array;
using AK::Detail::integer_sequence_generate_array;