aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTetralux <tetraluxonpc@gmail.com>2022-05-21 04:45:04 +0000
committerTetralux <tetraluxonpc@gmail.com>2022-05-21 04:48:06 +0000
commit06884da42b8a6a25f3d12f8ab7cfd08c21f4fa36 (patch)
tree9da2e552fdb383e718e0538d8b4637b82eec12c5 /src
parent6e7179d8f3b1bb8394093b55a1af459013048fca (diff)
[path/filepath] Change join() to take a []string instead of varargs
This makes passing an allocator easier, as you no longer have to resort to named arguments: Before: `join(a, b, c)` became `join(elems={a, b, c}, allocator=ally)` After: `join({a, b, c})` becomes `join({a, b, c}, ally)`
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions