HelperFunctions.kt has some documentation

This commit is contained in:
dtookey 2023-08-06 19:25:48 -04:00
parent a8406bbc9a
commit 7bda420a5d

View File

@ -1,3 +1,6 @@
/**
* A collection of helper functions for common utility tasks.
*/
object HelperFunctions { object HelperFunctions {
/** /**
* Computes the total number of steps needed to process the given total volume. * Computes the total number of steps needed to process the given total volume.