diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index 164f378..86375fe 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.dll b/X10D.dll
index ec39a0d..97a7e90 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/X10D.xml b/X10D.xml
index fc96542..5854686 100644
--- a/X10D.xml
+++ b/X10D.xml
@@ -5151,6 +5151,311 @@
An asynchronous enumerable collection of lines as read from .
is .
+
+
+ IO-related extension methods for .
+
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte unsigned integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, without allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte signed integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 4-byte unsigned integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 4-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte signed integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte unsigned integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
+
+
+ Writes the text representation of a 8-byte signed integer to the text stream, followed by a line terminator, without
+ allocating a string.
+
+ The to write to.
+ The 8-byte unsigned integer to write.
+ A standard or custom numeric format string.
+ An object that supplies culture-specific formatting information.
+ This method may still allocate if the integer is too large to fit in a stack-allocated buffer.
+ is .
+ The is closed.
+ An I/O error occurs.
+
IO-related extension methods for .
@@ -5783,6 +6088,13 @@
Math-related extension methods for .
+
+
+ Returns the number of digits in the current integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 8-bit integer.
@@ -5886,6 +6198,13 @@
Math-related extension methods for .
+
+
+ Returns the number of digits in the current 8-bit unsigned integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 8-bit integer.
@@ -6645,6 +6964,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 16-bit signed integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 16-bit integer.
@@ -6786,6 +7112,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 32-bit signed integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 32-bit integer.
@@ -6927,6 +7260,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 64-bit signed integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 64-bit integer.
@@ -7315,6 +7655,13 @@
Math-related extension methods for .
+
+
+ Returns the number of digits in the current 8-bit signed integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of this 32-bit integer.
@@ -7747,6 +8094,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 16-bit signed integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of the current 16-bit unsigned integer.
@@ -7844,6 +8198,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 32-bit unsigned integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of the current 32-bit unsigned integer.
@@ -7941,6 +8302,13 @@
Extension methods for .
+
+
+ Returns the number of digits in the current 64-bit unsigned integer.
+
+ The value whose digit count to compute.
+ The number of digits in .
+
Computes the digital root of the current 64-bit unsigned integer.
diff --git a/package.json b/package.json
index a690ece..2bc6b22 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
- "version": "4.0.0-nightly.226",
+ "version": "4.0.0-nightly.227",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [