Skip to content

OrderedDictionaryValues

Josh Wright edited this page Jan 14, 2021 · 3 revisions

OrderedDictionaryValues

A collection containing the values of the ordered dictionary.

public typealias OrderedDictionaryValues<Key: Hashable, Value> = LazyMapCollection<OrderedDictionary<Key, Value>, Value>

Under the hood this is a lazily evaluated bidirectional collection deriving the values from the base ordered dictionary on-the-fly.

Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally