DafnySet

Type Alias DafnySet 

Source
pub type DafnySet<T> = Set<T>;

Aliased Typeยง

pub struct DafnySet<T> { /* private fields */ }