ConnectionPool.this - multiple declarations
Function ConnectionPool.this
this
(
@safe Connection delegate() connection_factory,
uint max_concurrent = (uint) .max
);
Function ConnectionPool.this
this
(
Connection delegate() connection_factory,
uint max_concurrent = (uint) .max
) @system;