regex_
automata
0.4.10
In regex_
automata::
nfa::
thompson::
backtrack
regex_automata
::
nfa
::
thompson
::
backtrack
Function
div_ceil
Copy item path
Source
fn div_ceil(lhs:
usize
, rhs:
usize
) ->
usize
Expand description
Integer division, but rounds up instead of down.