as2fm.as2fm_common.common.check_value_type_compatible

as2fm.as2fm_common.common.check_value_type_compatible(value: bool | int | float | MutableSequence[int] | MutableSequence[float], field_type: Type[bool | int | float | MutableSequence[int] | MutableSequence[float]]) bool

Check if the value is compatible with the field type.