[perl6/specs] af82a6: Remove ancient string types
[email protected] (GitHub)
| Newsgroups | perl.perl6.language |
|---|---|
| Message-ID | <55b1d7fb17c4f_27d03f9c8784b29c56743@hookshot-fe4-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: af82a6f86b9a6b3efbd85fa6df828c0a07412d8d
https://github.com/perl6/specs/commit/af82a6f86b9a6b3efbd85fa6df828c0a07412d8d
Author: ShimmerFairy <[email protected]>
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M S03-operators.pod
M S29-functions.pod
M S32-setting-library/Str.pod
Log Message:
-----------
Remove ancient string types
This bids fairwell to the C<AnyChar>, C<Char>, C<CharLingua>
C<Grapheme>, C<Codepoint>, and C<Byte> types. Note that S32::Str needs
some more involved editing to be more in line with how strings are handled
handled nowadays.