Merge pull request #83 from Foxinatel/not-like-the-others

Fix is_metacarpal including `LittleTip`
This commit is contained in:
Schmarni
2024-03-22 02:58:21 +01:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ impl HandBone {
| HandBone::IndexMetacarpal | HandBone::IndexMetacarpal
| HandBone::MiddleMetacarpal | HandBone::MiddleMetacarpal
| HandBone::RingMetacarpal | HandBone::RingMetacarpal
| HandBone::LittleTip | HandBone::LittleMetacarpal
) )
} }
pub const fn get_all_bones() -> [HandBone; 26] { pub const fn get_all_bones() -> [HandBone; 26] {