Skip to content

Topic

Curiously recurring template pattern

A generics idiom in which a type passes itself as its own type argument, so a shared contract can refer back to the concrete implementing type.

Current clusters