ScopeExtensionCache
struct ScopeExtensionCache
Cached information about the extensions of a scope.
-
A table mapping an extension in a given scope to
trueiff that extension is bound.Declaration
Swift
var unbound: BitArray -
A table mapping a type to its extensions in a given scope.
-
Creates an instance representing cached information for
countextensions.Declaration
Swift
init(count: Int)
View on GitHub