CoercibleTo SΒΆ

coerce.spad line 8 [edit on github]

A is coercible to B means any element of A can automatically be converted into an element of B by the interpreter.

coerce: % -> S

coerce(a) transforms a into an element of S.