mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
AK: Add Array<T, Size> template.
This commit is contained in:
parent
1b3ecb01a5
commit
76e37e8c96
3 changed files with 138 additions and 1 deletions
|
@ -61,7 +61,7 @@ class CircularDuplexStream;
|
|||
template<typename T>
|
||||
class Span;
|
||||
|
||||
template<typename T>
|
||||
template<typename T, size_t Size>
|
||||
class Array;
|
||||
|
||||
template<typename Container, typename ValueType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue