dotenv-cast
Dead simple functional dotenv varaible type caster. No dependencies. Designed to be used with dotenv.
Dead simple functional dotenv varaible type caster. No dependencies. Designed to be used with dotenv.
Solhint plugin for detecting overflows in numeric (uint/int) casts
Solhint plugin for ensuring all functions are payable
library for crafting types and casting type inhabitants
3d sketch system with constraint engine and dynamic casting
Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Return the next larger array data type of the same kind.
Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Return a list of array data types to which a provided array data type can be safely cast.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the next larger ndarray data type of the same kind.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Determine if an array data type can be safely cast to another array data type.
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
List of ndarray casting modes.
Determine if an ndarray data type can be safely cast to another ndarray data type.