Skip to main content
Module ct_option
ctutils
0.4.2
Module ct_
option
Module Items
Structs
In crate ctutils
ctutils
Module
ct_
option
Copy item path
Source
Structs
ยง
CtOption
Equivalent of
Option
but predicated on a
Choice
with combinators that allow for constant-time operations which always perform the same sequence of instructions regardless of the value of
is_some
.