= "range_split"
= "range_split.rs"
= "range_split.md"
= "rust"
# The range_split definition: an array of
# [smallest number in the range_split, The largest number in the range_split] - both inclusive
[[]]
= "range"
= "array/number"
# This will be a new range (array of two numbers) in the bottom half of the input range_split
# Again, both inclusive
[[]]
= "bottom"
= "array/number"
# This will be a new range (array of two numbers) in the top half of the input range_split
# Again, both inclusive
[[]]
= "top"
= "array/number"
# Numbers in the range will be output here
[[]]
= "number"
= "number"