The decoding functions in std.base64 would be automatically marked as @nogc if the functions decodeLength and realDecodeLength were marked @nogc.
PR: https://github.com/dlang/phobos/pull/8584