SwiftTypeSystem icon indicating copy to clipboard operation
SwiftTypeSystem copied to clipboard

Experiment with expressing the Swift type system as value types

Results 1 SwiftTypeSystem issues
Sort by recently updated
recently updated
newest added

This removes the `Type` type from the type system and instead models it as a protocol for specific type systems to create for themselves while also mocking out a runtime...