Boxable

Definitions

def box(x: a): Boxed with Order[a] Source

Boxes the given x.

def unbox(x: Boxed): a Source

Unboxes the given x.