Skip to content

wookay/LogicalOperators.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicalOperators 🧩

Documentation Build Status
julia> using LogicalOperators: AND, OR, XOR, NOT, , , , ¬

julia> AND(1, 2) == 1  2
true

julia> OR{Int}(1, 2, 3) == 1  2  3
true

julia> XOR("🧩", "🧩") == "🧩"  "🧩"
true

julia> NOT(true) == ¬true
true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages