Also, each type of key is linked to a specific value:struct Table<V:Value, K:Key<V>> { ... } trait Key<V:Value> { ... } trait Value { ... } Now, imagine I want to write some code that operates over all keys whose value is an Option<T> for some T:fn example<T,K:...
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 "@babel/code-frame@7.12.11": version "7.12.11" resolved "https://registry.nlark.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz?cache=0&sync_timestamp=1623280439463&other_urls=htt...