A namespace called detail is typically used in just the same way as a namespace called internal. It’s for “internal details” that are not visible in the public interface or which, at least, should be ignored by external users.
A namespace called detail is typically used in just the same way as a namespace called internal. It’s for “internal details” that are not visible in the public interface or which, at least, should be ignored by external users.