Function pd_client::feature_gate::ver_to_val [−][src]
const fn ver_to_val(major: u64, minor: u64, patch: u64) -> u64
The function assumes only major, minor and patch are considered, and they are all less than u16::MAX, which is 65535.