Maybe it would be a good idea to also have an overload that writes to a TextOutputStream:
public func demangle(
_ mangledName: String
into stream: inout some TextOutputStream
) -> Bool
Maybe it would be a good idea to also have an overload that writes to a TextOutputStream:
public func demangle(
_ mangledName: String
into stream: inout some TextOutputStream
) -> Bool
This is now in review: SE-0498: Expose demangle function in Runtime module - #2 by allevato
From now on, please comment over there.