Contents

span

A span over the key-value pairs of this collection.

Declaration

var span: Span<KeyValuePairs<Key, Value>.Element> { get }

Return Value

A Span over the elements of this collection.

Discussion