regex_
automata
0.4.8
In regex_
automata::
nfa::
thompson::
backtrack
Function
regex_automata
::
nfa
::
thompson
::
backtrack
::
div_ceil
Copy item path
source
ยท
[
−
]
fn div_ceil(lhs:
usize
, rhs:
usize
) ->
usize
Expand description
Integer division, but rounds up instead of down.