---------------------------------------------------------------------- This is the API documentation for the gdtest_generics library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Pair(key: ~K, value: ~V) A generic key-value pair. Parameters ---------- key The key. value The value. Stack(items: Optional[List[~T]] = None) A generic stack data structure. Parameters ---------- items Initial items for the stack.