example.protocols

Countable

protocol

members

counte

(counte this)
Returns the total example count.

Printable

protocol

members

printd

(printd this)
Takes an object and returns it in a form that when printed,
can be run as code.

printe

(printe this)
Takes an example and prints the example and it’s output.

Testable

protocol

members

printt

(printt this)
Takes an example and returns a unit test.