I've seen everyone using **datatype**`.sizeof` property.
https://dlang.org/spec/property.html#sizeofIt's great, but I wonder if it differ in any way from the standard C function `sizeof()`.
https://www.geeksforgeeks.org/sizeof-operator-c/ https://en.cppreference.com/w/cpp/language/sizeofI'm seeking for some speed/performance, so that's why the question.
Overall I'm alright with continuing using it.