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?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?