AK: Remove FixedArray class.

This commit is contained in:
asynts 2020-09-07 13:17:12 +02:00 committed by Andreas Kling
commit 70dd97c46e
Notes: sideshowbarker 2024-07-19 02:49:58 +09:00
7 changed files with 16 additions and 254 deletions

View file

@ -152,7 +152,7 @@ constexpr const char* s_known_types[] = {
"Deque",
"DoublyLinkedList",
"FileSystemPath",
"FixedArray",
"Array",
"Function",
"HashMap",
"HashTable",