'N In Create2(V, N, P, S)

What exactly is N in Create2(V, N, P, S) ? . The solidity documentation says create2 deploys contract at address keccak256(<address> . n . keccak256(mem[p..(p+s))). what's <address> ? and what's with the dots between address and N ? Can some explain it in more simpler terms ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source