mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Export integer_sequence_generate_array()
This commit is contained in:
parent
b361793ad8
commit
ab03c6fadf
Notes:
sideshowbarker
2024-07-18 18:41:14 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/ab03c6fadfd Pull-request: https://github.com/SerenityOS/serenity/pull/6855
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue