Utils

Undocumented in source.

Members

Static functions

AsReadOnlySpan
const(byte)[] AsReadOnlySpan(void* ptr, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
AsSpan
byte[] AsSpan(void* ptr, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
GetBytes
byte[] GetBytes(SKEncoding encoding, const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
NearlyEqual
bool NearlyEqual(float a, float b, float tolerance)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

NearlyZero
enum float NearlyZero;
Undocumented in source.

Meta