Skip to content

Files

Latest commit

2489f76 · Jan 23, 2014

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;