Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: map-all-pairs , Previous: make-quantlist , Up: M , Home: Overview

Clamps Dictionary

make-ref

Function

(make-ref val &rest args)

Return an instance of ref-object with initial value val.

Arguments

val Initial value of the created instance. It can be of any type.
args Optional args supplied to make-instance. They are used internally and are not intended to be used directly when working with cl-refs.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate