Skip to content

OrderedDictionarySlice

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

OrderedDictionarySlice

A view into an ordered dictionary whose indices are a subrange of the indices of the ordered dictionary.

public typealias OrderedDictionarySlice<Key: Hashable, Value> = Slice<OrderedDictionary<Key, Value>>
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally