Skip to content

BytesSliceAndConcat ​

Git Source

Functions ​

bytesConcat ​

solidity
function bytesConcat(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bytes memory tempBytes);

bytesSlice ​

solidity
function bytesSlice(bytes memory _bytes, uint256 _start, uint256 _length)
    internal
    pure
    returns (bytes memory tempBytes);