crypto_pwhash_argon2id_MEMLIMIT_MAX

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow pure
enum crypto_pwhash_argon2id_MEMLIMIT_MAX = ((size_t.max >= 4398046510080U) ? 4398046510080U : (size_t.max >= 2147483648U) ? 2147483648U : 32768U);

Meta