Home
last modified time | relevance | path

Searched defs:GenericAlias (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/traits/alias/
Dsyntax.rs6 trait GenericAlias<T> = Iterator<Item = T>; trait
/third_party/python/Lib/
Dtypes.py298 GenericAlias = type(list[int]) variable
Dos.py31 GenericAlias = type(list[int]) variable
D_collections_abc.py12 GenericAlias = type(list[int]) variable