[][src]Module int_conv::split

Integer splitting

This module provides ways to split bigger integers into smaller integers and then join them back together.

Traits

Join

Joins two integers into a larger one.

Split

Splits an integer into it's low and high part