Dynamic deploy time solidity immutables without constructor args
Oftentimes it is desirable to not have constructor args, or only to have static constructor args which could technically be replaced by using constants directly. Two major reasons are: Factory ...