Skip to main content

function

ceil

ceil[T: Ceilable](value: T) -> $0

Get the ceiling value of the given object.

Parameters:

  • T (Ceilable): The type conforming to Ceilable.

Args:

  • value (T): The object to get the ceiling value of.

Returns:

The ceiling value of the object.

Was this page helpful?