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.
@nogc nothrow extern (C)
enum crypto_pwhash_argon2id_MEMLIMIT_MAX = (SIZE_MAX >= 4398046510080U) ? 4398046510080U : (SIZE_MAX >= 2147483648U) ? 2147483648U : 32768U;

Meta