fn combinations(packages: &[u64], target: u64, size: usize) -> Option<u64>
Check all combinations of size items returning None if no valid solution is found.
size
None