p-x9 / AliasMacro

🎭 A Swift macros for defining aliases for types, functions, variables, etc.
MIT License
30 stars 0 forks source link

Make label of function parameter customizable #5

Closed p-x9 closed 1 year ago

p-x9 commented 1 year ago

Example

@Alias("こんにちは:宛")
func hello(to name: String) {}

こんにちは(宛: "あなた")