Lodash.ceil

Computes number rounded up to precision.

struct Lodash
nothrow @trusted @safe ref
ceil
(
T = Any
)
(
auto ref T precision = T.init
)

Return Value

Type: auto ref

- Lodash chained on (number): the rounded up number.

Meta