Expand description
Collection types (List, Array, Dictionary, String) IL2CPP Collection types exports
This module contains wrappers for standard IL2CPP collection types:
Il2cppArray: Fixed-size arraysIl2cppList: Dynamic lists (generics)Il2cppDictionary: Key-value dictionaries (generics)Il2cppString: IL2CPP string implementation
Re-exports§
pub use array::Il2cppArray;pub use dictionary::Il2cppDictionary;pub use list::Il2cppList;pub use string::Il2cppString;
Modules§
- array
- IL2CPP Array definition and operations
- dictionary
- IL2CPP Dictionary definition and operations
- list
- IL2CPP List definition and operations
- string
- IL2CPP String definition and operations