Solidity libraries with internal functions only work very differently than Solidity libraries with external functions.
What a clear explaination. I think that because ContractB uses DELEGATECALL on LIBExternal, it costs more gas. than ContractA Right?
Yes
Yes, that's correct.
What a clear explaination. I think that because ContractB uses DELEGATECALL on LIBExternal, it costs more gas. than ContractA Right?
Yes
Yes, that's correct.