pub fn starts_with(key: impl Into<Key>, prefix: impl Into<Key>) -> bool
Expand description

Checks if key starts with prefix.