From d68486c696fe6ea73b50a1aa0447ae732f3ba818 Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Fri, 1 Mar 2019 03:40:22 +0000 Subject: [PATCH] Deploy to GitHub Pages: --- modules/core/string.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/core/string.html b/modules/core/string.html index 919479e6..5415a7dd 100644 --- a/modules/core/string.html +++ b/modules/core/string.html @@ -133,6 +133,13 @@ ignores any UTF-8 encoding and works directly at the byte level.

It is a runtime error if codePoint is not an integer between 0 and 0x10ffff, inclusive.

+

String.fromByte(byte) #

+

Creates a new string containing the single byte byte.

+
String.fromByte(255) 
+
+ + +

It is a runtime error if byte is not an integer between 0 and 0xff, inclusive.

Methods #

bytes #

Gets a Sequence that can be used to access the raw bytes of