length -package:vector package:memory

Return the length in bytes of a bytearray
Get the length needed for the destination buffer for a base32 decoding. if the length is not a multiple of 8, Nothing is returned
Get the length needed for the destination buffer for a base64 decoding. if the length is not a multiple of 4, Nothing is returned
Get the length needed for the destination buffer for an unpadded base64 decoding. If the length of the encoded string is a multiple of 4, plus one, Nothing is returned. Any other value can be valid without padding.