Added empty() function to pool array types

This commit is contained in:
PouleyKetchoupp
2019-10-31 16:27:32 +01:00
parent 99324d9fda
commit 475115c0c3
12 changed files with 168 additions and 0 deletions

View File

@@ -53,6 +53,13 @@
Returns a new [PoolByteArray] with the data decompressed. Set [code]buffer_size[/code] to the size of the uncompressed data. Set the compression mode using one of [enum File.CompressionMode]'s constants.
</description>
</method>
<method name="empty">
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the array is empty.
</description>
</method>
<method name="get_string_from_ascii">
<return type="String">
</return>