A brief description of what the function does, using simple present tense in the third person singular form. For example:
someFunction returns the string s repeated n times.
Signature
func someFunction(s string, n int) string
Examples
One or more practical examples, each within a fenced code block.
Notes
Additional information to clarify as needed.