fn init(alphabet_chars: [64]u8, pad_char: ?u8) Base64Encoder
[src]
A bunch of assertions, then simply pass the data right through.
fn init(alphabet_chars: [64]u8, pad_char: ?u8) Base64Encoder
A bunch of assertions, then simply pass the data right through.