Next Previous Up Top Contents Index

2.6 The COMMON-EXTENSIONS module

unsupplied?

Function

Summary

Returns true if its argument is equal to the unique "unsupplied" value, $unsupplied, and false if it is not.

Signature

unsupplied? value => boolean 

Arguments

value
An instance of <object>.

Values

boolean
An instance of <boolean>.

Library

common-extensions

Module

common-extensions

Description

Returns true if its argument is equal to the unique "unsupplied" value, $unsupplied, and false if it is not. It uses \= as the equivalence predicate.

See also

supplied?, page 46

$unsupplied, page 50

unsupplied, page 50


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index