Results for “Std.Order.before”
21 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Order.before
Std.Order.Ordering -> BoolAn ordering as the "sorts before" predicate the sorting functions take.
- Std.Order.before
&BigInt -> &BigInt -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Bool -> &Bool -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Char -> &Char -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Decimal -> &Decimal -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Float32 -> &Float32 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Float64 -> &Float64 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int -> &Int -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int128 -> &Int128 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int16 -> &Int16 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int32 -> &Int32 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int64 -> &Int64 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Int8 -> &Int8 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Str -> &Str -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&Self -> &Self -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt -> &UInt -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt128 -> &UInt128 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt16 -> &UInt16 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt32 -> &UInt32 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt64 -> &UInt64 -> BoolReturn true when this value belongs strictly before
otherin the type's order. - Std.Order.before
&UInt8 -> &UInt8 -> BoolReturn true when this value belongs strictly before
otherin the type's order.
