[Pitch] Expose demangle function in Runtime module

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.

1 Like