Skip to content

Library Rangers Collections

Gabriel edited this page Sep 26, 2023 · 1 revision

Collections

Provides extended collection types.

Types;

  • struct MoveArray<T> where T : unmanaged - a struct representation of csl::ut::MoveArray<T> from Hedgehog Engine.
  • class StackList<T> : List<T> - a System.Collections.Generic.List<T> where items are added and retrieved like a stack.
Clone this wiki locally