Implicit deny means any traffic/access not explicitly permitted is automatically denied — the safest firewall default rule: "deny all" at the end of every ACL.
Implicit deny is fundamental to security design. Firewalls, ACLs, and access control systems should all deny by default. Adding explicit permits is then a conscious decision. Prevents access to services that weren't explicitly considered.