tr-nth ( n mapping -- ch )


Vocabulary
tr.private

Definition
USING: math sequences.private ;

IN: tr.private

: tr-nth ( n mapping -- ch ) nth-unsafe 127 bitand ; inline