Open guoyunhe opened 4 years ago
Should it be string[] or list(string) or anything else?
string[]
list(string)
/// @param {string[]} $args - list of strings @mixin join($args...) { // ... }
As far as I can remember, there is no way to type a list, so it would be @param {arglist} $args in your case.
@param {arglist} $args
Should it be
string[]
orlist(string)
or anything else?