pub type Learning = KvFact;
Alias for backward compatibility.
pub struct Learning { pub key: String, pub value: String, pub source_turn: usize, }
key: String
value: String
source_turn: usize