what is best way to concat 2 uint256 array in solidity?

Nov 29, 2022, 3:00 AM
for what?
Nov 29, 2022, 3:01 AM
for gas optimize.
for example, uint256[n] + uint256[k]
from 2 array, i should make uint256[n+k]
Nov 29, 2022, 3:05 AM
ah i see, append, concat... 👌
Nov 29, 2022, 3:06 AM
yes but i need more efficiency way to reduce the gas
Nov 29, 2022, 3:07 AM

© 2024 Draquery.com All rights reserved.