Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 129 Bytes

perl6.md

File metadata and controls

7 lines (5 loc) · 129 Bytes

Count encoded bytes in Perl 6

The bytes method is available for buffers (Buf objects).

$count = $utf8.bytes;