This repository was archived by the owner on Dec 12, 2024. It is now read-only.
[SoM] SwiftRuntimeLibrary could be made friendlier with some implicit operators #128
Labels
enhancement
New feature or request
Milestone
SwiftAnyObject
which is used to represent theAnyObject
type in swift has a static converter, but it might be nice to have an implicit operator for ISwiftObject.SwiftImplicitlyUnwrappedOptional<T>
could also benefit from this.In swift, this is used to represent the type
T!
.SwiftOptional<T>
could also benefit from this from C#Optional<T>
.SwiftString
could use benefit to C# string.Would also be somewhat better with explicit operators.
The text was updated successfully, but these errors were encountered: