Skip to content

lbatuska/cstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterators

S is a collection

Elements(S) = {e1, e2, …, en} where n ≥ 0

∀ e ∈ Elements(S), ∃ I′ : iterator_next( I0 ) → I′

Unary function

F (x): Domain → Codomain

binary function

F (x, y): Domain1 × Domain2 → Codomain

unary predicate

P (x): Bool

binary predicate

P (x, y): Bool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published