EV_SIZE_MAX

@name Limits for SIZE_T and SSIZE_T

@{

extern (C) nothrow
enum EV_SIZE_MAX = size_t.max;

Meta