Complete documentation of some more classes

This commit is contained in:
Tomasz Chabora
2020-01-13 23:08:42 +01:00
parent 34ad33d9e0
commit c09b9c488f
10 changed files with 26 additions and 1 deletions

View File

@@ -78,6 +78,11 @@
<return type="String">
</return>
<description>
Returns a hexadecimal representation of this array as a [String].
[codeblock]
var array = PoolByteArray([11, 46, 255])
print(array.hex_encode()) # Prints: 0b2eff
[/codeblock]
</description>
</method>
<method name="insert">