Skip to main content

is_within_range

Function is_within_range 

Source
pub fn is_within_range(tc: &Timecode, start: &Timecode, end: &Timecode) -> bool
Expand description

Checks whether timecode tc falls within the range [start, end] (inclusive).