Expression.size

class Expression
final nothrow @nogc pure @safe const
size_t
size
()

Return Value

Type: size_t

class instance size of this expression (implemented manually because extern(C++))

Meta