foo(bar:)¶
Documentation text.
Declaration¶
func foo(
bar: String
) -> String
Parameters¶
bar: A string to process.
Returns¶
Processed `bar.
Discussion¶
This documentation comment was inherited from MyProtocol.
foo(bar:)¶Documentation text.
func foo(
bar: String
) -> String
bar: A string to process.
Processed `bar.
This documentation comment was inherited from MyProtocol.