fn calcSizeForSlice(decoder: *const Base64Decoder, source: []const u8) Error!usize
[src]
Return the exact decoded size for a slice. InvalidPadding
is returned if the input length is not valid.
fn calcSizeForSlice(decoder: *const Base64Decoder, source: []const u8) Error!usize
Return the exact decoded size for a slice. InvalidPadding
is returned if the input length is not valid.