Next Previous Up Top Contents Index

2.6 The COMMON-EXTENSIONS module

remove-all-keys!

Open generic function

Summary

Removes all keys in a mutable collection, leaving it empty.

Signature

remove-all-keys! mutable-collection => () 

Arguments

mutable-collection

An instance of <mutable-collection>.

Values

None.

Library

common-extensions

Module

common-extensions

Description

Modifies mutable-collection by removing all its keys and leaving it empty. There is a predefined method on <table>.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index