[][src]Type Definition splr::types::ClauseId

type ClauseId = u32;

'Clause' Identifier, or 'clause' index, starting with one. Note: ids are re-used after 'garbage collection'.

Trait Implementations

impl ClauseIdIF for ClauseId[src]