needle
needle copied to clipboard
Add open fullyQualifiedName
I've seen a bit of app launch slowness because of this call to String.init<A>(describing:) on the order of 250ms.
This PR provides a hook for developers to provide their own compile-time implementation of fullyQualifiedSelfName, erasing the app-launch delays associated with String.init<A>(describing:)
AI
This PR and its associated metadata was written without any AI assistance.