EV_UINT64_MAX

@name Limits for integer types

These macros hold the largest or smallest values possible for the ev_uint*_t types.

@{

extern (C) nothrow
enum EV_UINT64_MAX = ulong.max;

Meta