Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 6e1c9d45c225eb61ae1e6da6048689aeab291d55
https://github.com/perl6/specs/commit/6e1c9d45c225eb61ae1e6da6048689aeab291d55
Author: Jonathan Worthington <[email protected]>
Date: 2015-06-06 (Sat, 06 Jun 2015)
Changed paths:
M S02-bits.pod
M S03-operators.pod
M S05-regex.pod
M S32-setting-library/Str.pod
M contents.pod
Log Message:
-----------
Update design docs for how Str/NFG has worked out.
Of note, the StrLen and StrPos types are gone, and Str only works at
grapheme level; as per S15 we have Uni and its subtypes for working
at codepoint level, and Buf for working at bytes level.