# Functions
Checks if the sub-range from {@code fromIndex} (inclusive) to {@code fromIndex + size} (exclusive) is within the bounds of range from {@code 0} (inclusive) to {@code length} (exclusive).
CheckFromToIndex checks if the sub-range from {@code fromIndex} (inclusive) to {@code toIndex} (exclusive) is within the bounds of range from {@code 0} (inclusive) to {@code length} (exclusive).
CheckIndex checks if the {@code index} is within the bounds of the range from {@code 0} (inclusive) to {@code length} (exclusive).
# Type aliases
No description provided by the author