PG
Size: a a a
PG
EZ
(mapconcat 'identity strings " ")
пизже, чем (s-join " " strings)
PG
VL
(mapconcat 'identity strings " ")
пизже, чем (s-join " " strings)
VL
PG
DL
(mapconcat 'identity strings " ")
пизже, чем (s-join " " strings)
DL
byte code for s-join:
doc: Join all the strings in STRINGS with SEPARATOR in between.
args: (separator strings)
0 constant mapconcat
1 constant identity
2 varref strings
3 varref separator
4 call 3
5 return
DL
VL
PG
VL
DL
PG
VL
VL
DL
VL
PG