Skip to content

Commit

Permalink
Implement Uni.codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 24, 2015
1 parent b1c3101 commit 27dfc5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Uni.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ my class Uni does Positional[uint32] does Stringy is repr('VMArray') is array_ty
method Str() {
nqp::strfromcodes(self)
}

method codes() { nqp::elems(self) }
}

my class NFD is Uni {
Expand Down

0 comments on commit 27dfc5e

Please sign in to comment.