You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should change the definition of a function void foo(bool createDirectory) to alias CreateDirectory = Flag!"createDirectory"; void foo(CreateDirectory createDirectory) and add the appropriate import if it doesn’t exist yet.
The text was updated successfully, but these errors were encountered:
This should change the definition of a function
void foo(bool createDirectory)
toalias CreateDirectory = Flag!"createDirectory"; void foo(CreateDirectory createDirectory)
and add the appropriate import if it doesn’t exist yet.The text was updated successfully, but these errors were encountered: