static ref TValue GetValueRefOrAddDefault(Dictionary< TKey, TValue > dictionary, TKey key, out bool exists)
ref TValue FindValue(TKey key)
static Span< T > AsSpan< T >(List< T >? list)
static ref TValue GetValueRefOrNullRef< TKey, TValue >(Dictionary< TKey, TValue > dictionary, TKey key)
static ref? TValue GetValueRefOrAddDefault< TKey, TValue >(Dictionary< TKey, TValue > dictionary, TKey key, out bool exists)