Generics. Part 4
Const generics
const generics identical to C++ template parameters. With const generics you can do a lot of things e.g declare SmallVector
type that will have some limit:
Last updated
const generics identical to C++ template parameters. With const generics you can do a lot of things e.g declare SmallVector
type that will have some limit:
Last updated