Skip to main content

all_beliefs_of

Function all_beliefs_of 

Source
pub fn all_beliefs_of(quins: &[NQuin], agent_did: u64, out: &mut [u64]) -> usize
Expand description

Write the propositions that agent_did believes via any modality into out.

Zero-heap: see objective_knowledge_of. Returns the count written.