@* There can be lifetime annotations in argument types. *@ @<'a>(arg: &[&'a str]) @for x in arg {

@x

}