:: - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/::

check for an expression of type `::`

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, `::`)

Parameters

expr

-

any expression

Description

• 

This function will return true if expr is of type `::`, and false otherwise.  For additional information, see operators/binary.

Examples

typea::b,`::`

true

(1)

See Also

patmatch

procedure/paramtype

type

typematch