在 Blob 角色中§

请参阅 上下文中的主要文档,了解方法字节

method bytes(Blob:D: --> Int:D)

返回缓冲区中元素使用的字节数。

say Blob.new([123]).bytes;      # OUTPUT: «3␤» 
say blob16.new([123]).bytes;    # OUTPUT: «6␤» 
say blob64.new([123]).bytes;    # OUTPUT: «24␤»