Pudu programming language
Menu
API reference

Std.Order.Ord

1 declaration

trait

Ord

This declaration names behavior that types can implement.

What it does

A type whose values are ordered.

One method rather than three, because before is what a sort needs and the

rest follow from it without a type having to keep them in step.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.OrderSearch related declarations