RadeonNoise.Gene (RadeonNoise v0.1.0) View Source

This module represents the core, general-purpose operations that can be shared between various submodules.

Additionally, it includes various shorthands for frequently-used operations.

Link to this section Summary

Functions

Divide by 2 ^ 30 (gigabytes -> megabytes), etc.

Divide by 2 ^ 10 (kilobytes -> bytes), etc.

Divide by 2 ^ 20 (megabytes -> kilobytes), etc.

Just a shorthand to read all the data from any one of the module files and return it, stripped -- borderline aliasing a function

Link to this section Functions

Divide by 2 ^ 30 (gigabytes -> megabytes), etc.

Divide by 2 ^ 10 (kilobytes -> bytes), etc.

Divide by 2 ^ 20 (megabytes -> kilobytes), etc.

Just a shorthand to read all the data from any one of the module files and return it, stripped -- borderline aliasing a function